!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-anakin/   drwxr-xr-x
Free 318.32 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     serial_reg.h (1.3 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 *  linux/include/asm-arm/arch-anakin/serial_reg.h
 *
 *  Copyright (C) 2001 Aleph One Ltd. for Acunia N.V.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 *
 *  Changelog:
 *   09-Apr-2001 TTC    Created
 */

#ifndef ASM_ARCH_SERIAL_REG_H
#define ASM_ARCH_SERIAL_REG_H

/*
 * Serial registers (other than tx/rx)
 */

/*
 * [UARTx + 0x10]
 */
#define RXRELEASE        (1 << 0)
#define TXEMPTY            (1 << 1)
#define CTS            (1 << 2)
#define PRESCALER        (31 << 3)
#define SETBAUD(baud)        ((230400 / (baud) - 1) << 3)
#define GETBAUD(prescaler)    (230400 / (((prescaler) >> 3) + 1))


/*
 * [UARTx + 0x18]
 */
#define IRQENABLE        (1 << 0)
#define SENDREQUEST        (1 << 1)
#define RTS            (1 << 2)
#define DTR            (1 << 3)
#define DCD            (1 << 4)
#define BLOCKRX            (1 << 5)
#define PARITY            (3 << 6)
#define SETPARITY(parity)    ((parity) << 6)
#define GETPARITY(parity)    ((parity) >> 6)
#define NONEPARITY              (0)
#define ODDPARITY               (1)
#define EVENPARITY              (2)

/*
 * [UARTx + 0x1c]
 */
#define TX            (1 << 0)
#define RX            (1 << 1)
#define OVERRUN            (1 << 2)

/*
 * [UARTx + 0x20]
 */
#define SETBREAK        (1 << 0)

/*
 * Software interrupt register
 */
#define TXENABLE        (1 << 0)

#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.0263 ]--