OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_DMA2_BASE
(Results
1 - 21
of
21
) sorted by null
/external/kernel-headers/original/asm-mips/
dma.h
98
#define
IO_DMA2_BASE
0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */
253
dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) +
IO_DMA2_BASE
);
254
dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) +
IO_DMA2_BASE
);
274
dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 +
IO_DMA2_BASE
);
275
dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 +
IO_DMA2_BASE
);
291
: ((dmanr&3)<<2) + 2 +
IO_DMA2_BASE
;
/external/kernel-headers/original/asm-x86/
dma_32.h
79
#define
IO_DMA2_BASE
0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */
235
dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) +
IO_DMA2_BASE
);
236
dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) +
IO_DMA2_BASE
);
256
dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 +
IO_DMA2_BASE
);
257
dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 +
IO_DMA2_BASE
);
273
: ((dmanr&3)<<2) + 2 +
IO_DMA2_BASE
;
/bionic/libc/kernel/arch-x86/asm/
dma_32.h
36
#define
IO_DMA2_BASE
0xC0
/development/ndk/platforms/android-9/arch-x86/include/asm/
dma_32.h
36
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
dma_32.h
32
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
dma_32.h
32
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
dma_32.h
32
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
dma_32.h
32
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
dma_32.h
32
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
dma_32.h
36
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
dma_32.h
36
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
dma_32.h
36
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
dma_32.h
36
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
dma_32.h
36
#define
IO_DMA2_BASE
0xC0
/bionic/libc/kernel/arch-mips/asm/
dma.h
40
#define
IO_DMA2_BASE
0xC0
/development/ndk/platforms/android-9/arch-mips/include/asm/
dma.h
40
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
dma.h
40
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
dma.h
40
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
dma.h
40
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
dma.h
40
#define
IO_DMA2_BASE
0xC0
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
dma.h
40
#define
IO_DMA2_BASE
0xC0
Completed in 587 milliseconds