taglinefilesource code
dma_outb410arch/alpha/kernel/irq.cdma_outb(0, DMA1_RESET_REG);
dma_outb411arch/alpha/kernel/irq.cdma_outb(0, DMA2_RESET_REG);
dma_outb412arch/alpha/kernel/irq.cdma_outb(0, DMA1_CLR_MASK_REG);
dma_outb413arch/alpha/kernel/irq.cdma_outb(0, DMA2_CLR_MASK_REG);
dma_outb140include/asm-alpha/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb142include/asm-alpha/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb148include/asm-alpha/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb150include/asm-alpha/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb163include/asm-alpha/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb165include/asm-alpha/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb172include/asm-alpha/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb174include/asm-alpha/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb186include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb189include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb192include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb195include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb198include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb201include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb204include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb217include/asm-alpha/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb218include/asm-alpha/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb220include/asm-alpha/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb221include/asm-alpha/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb238include/asm-alpha/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb239include/asm-alpha/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb241include/asm-alpha/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb242include/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 );
dma_outb139include/asm-mips/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb141include/asm-mips/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb147include/asm-mips/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb149include/asm-mips/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb162include/asm-mips/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb164include/asm-mips/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb171include/asm-mips/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb173include/asm-mips/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb185include/asm-mips/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb188include/asm-mips/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb191include/asm-mips/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb194include/asm-mips/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb197include/asm-mips/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb200include/asm-mips/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb203include/asm-mips/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb216include/asm-mips/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb217include/asm-mips/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb219include/asm-mips/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb220include/asm-mips/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb237include/asm-mips/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb238include/asm-mips/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb240include/asm-mips/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb241include/asm-mips/dma.hdma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );