tag | line | file | source code |
---|---|---|---|
ext_mode | 189 | include/asm-alpha/dma.h | static __inline__ void set_dma_ext_mode(unsigned int dmanr, char ext_mode) |
ext_mode | 192 | include/asm-alpha/dma.h | dma_outb(ext_mode | dmanr, DMA1_EXT_MODE_REG); |
ext_mode | 194 | include/asm-alpha/dma.h | dma_outb(ext_mode | (dmanr&3), DMA2_EXT_MODE_REG); |