taglinefilesource code
dma_outb131include/asm-i386/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb133include/asm-i386/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb139include/asm-i386/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb141include/asm-i386/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb154include/asm-i386/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb156include/asm-i386/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb163include/asm-i386/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb165include/asm-i386/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb177include/asm-i386/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb180include/asm-i386/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb183include/asm-i386/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb186include/asm-i386/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb189include/asm-i386/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb192include/asm-i386/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb195include/asm-i386/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb208include/asm-i386/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb209include/asm-i386/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb211include/asm-i386/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb212include/asm-i386/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb229include/asm-i386/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb230include/asm-i386/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb232include/asm-i386/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb233include/asm-i386/dma.hdma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );