taglinefilesource code
ext_mode189include/asm-alpha/dma.hstatic __inline__ void set_dma_ext_mode(unsigned int dmanr, char ext_mode)
ext_mode192include/asm-alpha/dma.hdma_outb(ext_mode | dmanr,  DMA1_EXT_MODE_REG);
ext_mode194include/asm-alpha/dma.hdma_outb(ext_mode | (dmanr&3),  DMA2_EXT_MODE_REG);