Searched refs:IO_DMA2_BASE (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Ddma_32.h79 #define IO_DMA2_BASE 0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */ macro
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;

Completed in 41 milliseconds