!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/include/asm-arm/arch-l7200/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     gp_timers.h (1015 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * linux/include/asm-arm/arch-l7200/gp_timers.h
 *
 * Copyright (C) 2000 Steve Hill (sjhill@cotw.com)
 *
 * Changelog:
 *   07-28-2000    SJH    Created file
 *   08-02-2000    SJH    Used structure for registers
 */
#ifndef _ASM_ARCH_GPTIMERS_H
#define _ASM_ARCH_GPTIMERS_H

#include <asm/arch/hardware.h>

/*
 * Layout of L7200 general purpose timer registers
 */
struct GPT_Regs {
    unsigned int TIMERLOAD;
    unsigned int TIMERVALUE;
    unsigned int TIMERCONTROL;
    unsigned int TIMERCLEAR;
};

#define GPT_BASE        (IO_BASE_2 + 0x3000)
#define l7200_timer1_regs    ((volatile struct GPT_Regs *) (GPT_BASE))
#define l7200_timer2_regs    ((volatile struct GPT_Regs *) (GPT_BASE + 0x20))

/*
 * General register values
 */
#define    GPT_PRESCALE_1        0x00000000
#define    GPT_PRESCALE_16        0x00000004
#define    GPT_PRESCALE_256    0x00000008
#define GPT_MODE_FREERUN    0x00000000
#define GPT_MODE_PERIODIC    0x00000040
#define GPT_ENABLE        0x00000080
#define GPT_BZTOG        0x00000100
#define GPT_BZMOD        0x00000200
#define GPT_LOAD_MASK         0x0000ffff

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0046 ]--