taglinefilesource code
dma_outb419arch/alpha/kernel/irq.cdma_outb(0, DMA1_RESET_REG);
dma_outb420arch/alpha/kernel/irq.cdma_outb(0, DMA2_RESET_REG);
dma_outb421arch/alpha/kernel/irq.cdma_outb(0, DMA1_CLR_MASK_REG);
dma_outb422arch/alpha/kernel/irq.cdma_outb(0, DMA2_CLR_MASK_REG);
dma_outb151include/asm-alpha/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb153include/asm-alpha/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb159include/asm-alpha/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb161include/asm-alpha/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb174include/asm-alpha/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb176include/asm-alpha/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb183include/asm-alpha/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb185include/asm-alpha/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb192include/asm-alpha/dma.hdma_outb(ext_mode | dmanr,  DMA1_EXT_MODE_REG);
dma_outb194include/asm-alpha/dma.hdma_outb(ext_mode | (dmanr&3),  DMA2_EXT_MODE_REG);
dma_outb205include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb206include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_0);
dma_outb209include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb210include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_1);
dma_outb213include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb214include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_2);
dma_outb217include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb218include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_3);
dma_outb221include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb222include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_5);
dma_outb225include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb226include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_6);
dma_outb229include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb230include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_7);
dma_outb242include/asm-alpha/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb243include/asm-alpha/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb245include/asm-alpha/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb246include/asm-alpha/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb264include/asm-alpha/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb265include/asm-alpha/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb267include/asm-alpha/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb268include/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 );