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

/linux-master/arch/parisc/include/asm/
H A Ddma.h67 #define DMA2_MASK_REG 0xD4 /* single-channel mask (w) */ macro
115 dma_outb(dmanr & 3, DMA2_MASK_REG);
125 dma_outb((dmanr & 3) | 4, DMA2_MASK_REG);
/linux-master/arch/x86/include/asm/
H A Ddma.h106 #define DMA2_MASK_REG 0xD4 /* single-channel mask (w) */ macro
172 dma_outb(dmanr & 3, DMA2_MASK_REG);
180 dma_outb((dmanr & 3) | 4, DMA2_MASK_REG);
/linux-master/arch/mips/include/asm/
H A Ddma.h118 #define DMA2_MASK_REG 0xD4 /* single-channel mask (w) */ macro
178 dma_outb(dmanr & 3, DMA2_MASK_REG);
186 dma_outb((dmanr & 3) | 4, DMA2_MASK_REG);
/linux-master/arch/powerpc/include/asm/
H A Ddma.h108 #define DMA2_MASK_REG 0xD4 /* single-channel mask (w) */ macro
186 dma_outb(0, DMA2_MASK_REG); /* This may not be enabled */
193 dma_outb(dmanr & 3, DMA2_MASK_REG);
202 dma_outb((dmanr & 3) | 4, DMA2_MASK_REG);
/linux-master/arch/alpha/kernel/
H A Dsys_sx164.c42 outb(0, DMA2_MASK_REG);
H A Dsys_eiger.c128 outb(0, DMA2_MASK_REG);
H A Dsys_dp264.c275 outb(0, DMA2_MASK_REG);
292 outb(0, DMA2_MASK_REG);
H A Dsys_titan.c226 outb(0, DMA2_MASK_REG);
H A Dsys_wildfire.c171 outb(0, DMA2_MASK_REG + io_bias);
/linux-master/arch/alpha/include/asm/
H A Ddma.h149 #define DMA2_MASK_REG 0xD4 /* single-channel mask (w) */ macro
219 dma_outb(dmanr & 3, DMA2_MASK_REG);
227 dma_outb((dmanr & 3) | 4, DMA2_MASK_REG);

Completed in 165 milliseconds