!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/arm/mach-s3c24xx/include/mach/   drwxr-xr-x
Free 13.14 GB of 57.97 GB (22.66%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     dma.h (1.18 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2003-2006 Simtec Electronics
 *    Ben Dooks <ben@simtec.co.uk>
 *
 * Samsung S3C24XX DMA support
 */

#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H __FILE__

#include <linux/device.h>

/* We use `virtual` dma channels to hide the fact we have only a limited
 * number of DMA channels, and not of all of them (dependent on the device)
 * can be attached to any DMA source. We therefore let the DMA core handle
 * the allocation of hardware channels to clients.
*/

enum dma_ch {
    DMACH_XD0 = 0,
    DMACH_XD1,
    DMACH_SDI,
    DMACH_SPI0,
    DMACH_SPI1,
    DMACH_UART0,
    DMACH_UART1,
    DMACH_UART2,
    DMACH_TIMER,
    DMACH_I2S_IN,
    DMACH_I2S_OUT,
    DMACH_PCM_IN,
    DMACH_PCM_OUT,
    DMACH_MIC_IN,
    DMACH_USB_EP1,
    DMACH_USB_EP2,
    DMACH_USB_EP3,
    DMACH_USB_EP4,
    DMACH_UART0_SRC2,    /* s3c2412 second uart sources */
    DMACH_UART1_SRC2,
    DMACH_UART2_SRC2,
    DMACH_UART3,        /* s3c2443 has extra uart */
    DMACH_UART3_SRC2,
    DMACH_SPI0_TX,        /* s3c2443/2416/2450 hsspi0 */
    DMACH_SPI0_RX,        /* s3c2443/2416/2450 hsspi0 */
    DMACH_SPI1_TX,        /* s3c2443/2450 hsspi1 */
    DMACH_SPI1_RX,        /* s3c2443/2450 hsspi1 */
    DMACH_MAX,        /* the end entry */
};

#endif /* __ASM_ARCH_DMA_H */

:: 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.0072 ]--