OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_DMA1_BASE
(Results
1 - 21
of
21
) sorted by null
/external/kernel-headers/original/asm-mips/
dma.h
97
#define
IO_DMA1_BASE
0x00 /* 8 bit slave DMA, channels 0..3 */
250
dma_outb( a & 0xff, ((dmanr&3)<<1) +
IO_DMA1_BASE
);
251
dma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) +
IO_DMA1_BASE
);
271
dma_outb( count & 0xff, ((dmanr&3)<<1) + 1 +
IO_DMA1_BASE
);
272
dma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 +
IO_DMA1_BASE
);
290
unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 +
IO_DMA1_BASE
/external/kernel-headers/original/asm-x86/
dma_32.h
78
#define
IO_DMA1_BASE
0x00 /* 8 bit slave DMA, channels 0..3 */
232
dma_outb( a & 0xff, ((dmanr&3)<<1) +
IO_DMA1_BASE
);
233
dma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) +
IO_DMA1_BASE
);
253
dma_outb( count & 0xff, ((dmanr&3)<<1) + 1 +
IO_DMA1_BASE
);
254
dma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 +
IO_DMA1_BASE
);
272
unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 +
IO_DMA1_BASE
/bionic/libc/kernel/arch-x86/asm/
dma_32.h
35
#define
IO_DMA1_BASE
0x00
/development/ndk/platforms/android-9/arch-x86/include/asm/
dma_32.h
35
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
dma_32.h
31
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
dma_32.h
31
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
dma_32.h
31
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
dma_32.h
31
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
dma_32.h
31
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
dma_32.h
35
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
dma_32.h
35
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
dma_32.h
35
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
dma_32.h
35
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
dma_32.h
35
#define
IO_DMA1_BASE
0x00
/bionic/libc/kernel/arch-mips/asm/
dma.h
39
#define
IO_DMA1_BASE
0x00
/development/ndk/platforms/android-9/arch-mips/include/asm/
dma.h
39
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
dma.h
39
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
dma.h
39
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
dma.h
39
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
dma.h
39
#define
IO_DMA1_BASE
0x00
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
dma.h
39
#define
IO_DMA1_BASE
0x00
Completed in 1437 milliseconds