taglinefilesource code
dma_outb137include/asm-alpha/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb139include/asm-alpha/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb145include/asm-alpha/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb147include/asm-alpha/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb160include/asm-alpha/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb162include/asm-alpha/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb169include/asm-alpha/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb171include/asm-alpha/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb183include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb186include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb189include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb192include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb195include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb198include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb201include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb214include/asm-alpha/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb215include/asm-alpha/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb217include/asm-alpha/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb218include/asm-alpha/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb235include/asm-alpha/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb236include/asm-alpha/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb238include/asm-alpha/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb239include/asm-alpha/dma.hdma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb136include/asm-i386/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb138include/asm-i386/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb144include/asm-i386/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb146include/asm-i386/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb159include/asm-i386/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb161include/asm-i386/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb168include/asm-i386/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb170include/asm-i386/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb182include/asm-i386/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb185include/asm-i386/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb188include/asm-i386/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb191include/asm-i386/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb194include/asm-i386/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb197include/asm-i386/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb200include/asm-i386/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb213include/asm-i386/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb214include/asm-i386/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb216include/asm-i386/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb217include/asm-i386/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb234include/asm-i386/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb235include/asm-i386/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb237include/asm-i386/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb238include/asm-i386/dma.hdma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );