!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-5.4.0-216/arch/sh/include/asm/   drwxr-xr-x
Free 13.34 GB of 57.97 GB (23.01%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     dma-register.h (1.67 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0
 *
 * Common header for the legacy SH DMA driver and the new dmaengine driver
 *
 * extracted from arch/sh/include/asm/dma-sh.h:
 *
 * Copyright (C) 2000  Takashi YOSHII
 * Copyright (C) 2003  Paul Mundt
 */
#ifndef DMA_REGISTER_H
#define DMA_REGISTER_H

/* DMA registers */
#define SAR    0x00    /* Source Address Register */
#define DAR    0x04    /* Destination Address Register */
#define TCR    0x08    /* Transfer Count Register */
#define CHCR    0x0C    /* Channel Control Register */
#define DMAOR    0x40    /* DMA Operation Register */

/* DMAOR definitions */
#define DMAOR_AE    0x00000004    /* Address Error Flag */
#define DMAOR_NMIF    0x00000002
#define DMAOR_DME    0x00000001    /* DMA Master Enable */

/* Definitions for the SuperH DMAC */
#define REQ_L    0x00000000
#define REQ_E    0x00080000
#define RACK_H    0x00000000
#define RACK_L    0x00040000
#define ACK_R    0x00000000
#define ACK_W    0x00020000
#define ACK_H    0x00000000
#define ACK_L    0x00010000
#define DM_INC    0x00004000    /* Destination addresses are incremented */
#define DM_DEC    0x00008000    /* Destination addresses are decremented */
#define DM_FIX    0x0000c000    /* Destination address is fixed */
#define SM_INC    0x00001000    /* Source addresses are incremented */
#define SM_DEC    0x00002000    /* Source addresses are decremented */
#define SM_FIX    0x00003000    /* Source address is fixed */
#define RS_IN    0x00000200
#define RS_OUT    0x00000300
#define RS_AUTO    0x00000400    /* Auto Request */
#define RS_ERS    0x00000800    /* DMA extended resource selector */
#define TS_BLK    0x00000040
#define TM_BUR    0x00000020
#define CHCR_DE    0x00000001    /* DMA Enable */
#define CHCR_TE    0x00000002    /* Transfer End Flag */
#define CHCR_IE    0x00000004    /* Interrupt Enable */

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0304 ]--