taglinefilesource code
dma_outb660arch/alpha/kernel/irq.cdma_outb(0, DMA1_RESET_REG);
dma_outb661arch/alpha/kernel/irq.cdma_outb(0, DMA2_RESET_REG);
dma_outb662arch/alpha/kernel/irq.cdma_outb(0, DMA1_CLR_MASK_REG);
dma_outb663arch/alpha/kernel/irq.cdma_outb(0, DMA2_CLR_MASK_REG);
dma_outb161include/asm-alpha/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb163include/asm-alpha/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb169include/asm-alpha/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb171include/asm-alpha/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb184include/asm-alpha/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb186include/asm-alpha/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb193include/asm-alpha/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb195include/asm-alpha/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb202include/asm-alpha/dma.hdma_outb(ext_mode | dmanr,  DMA1_EXT_MODE_REG);
dma_outb204include/asm-alpha/dma.hdma_outb(ext_mode | (dmanr&3),  DMA2_EXT_MODE_REG);
dma_outb215include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb216include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_0);
dma_outb219include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb220include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_1);
dma_outb223include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb224include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_2);
dma_outb227include/asm-alpha/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb228include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_3);
dma_outb231include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb232include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_5);
dma_outb235include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb236include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_6);
dma_outb239include/asm-alpha/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb240include/asm-alpha/dma.hdma_outb((pagenr >> 8), DMA_HIPAGE_7);
dma_outb252include/asm-alpha/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb253include/asm-alpha/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb255include/asm-alpha/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb256include/asm-alpha/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb274include/asm-alpha/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb275include/asm-alpha/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb277include/asm-alpha/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb278include/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_outb145include/asm-mips/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb147include/asm-mips/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb153include/asm-mips/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb155include/asm-mips/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb168include/asm-mips/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb170include/asm-mips/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb177include/asm-mips/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb179include/asm-mips/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb191include/asm-mips/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb194include/asm-mips/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb197include/asm-mips/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb200include/asm-mips/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb203include/asm-mips/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb206include/asm-mips/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb209include/asm-mips/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb222include/asm-mips/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb223include/asm-mips/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb225include/asm-mips/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb226include/asm-mips/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb243include/asm-mips/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb244include/asm-mips/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb246include/asm-mips/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb247include/asm-mips/dma.hdma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb136include/asm-ppc/dma.hdma_outb(dmanr,  DMA1_MASK_REG);
dma_outb138include/asm-ppc/dma.hdma_outb(dmanr & 3,  DMA2_MASK_REG);
dma_outb144include/asm-ppc/dma.hdma_outb(dmanr | 4,  DMA1_MASK_REG);
dma_outb146include/asm-ppc/dma.hdma_outb((dmanr & 3) | 4,  DMA2_MASK_REG);
dma_outb159include/asm-ppc/dma.hdma_outb(0,  DMA1_CLEAR_FF_REG);
dma_outb161include/asm-ppc/dma.hdma_outb(0,  DMA2_CLEAR_FF_REG);
dma_outb168include/asm-ppc/dma.hdma_outb(mode | dmanr,  DMA1_MODE_REG);
dma_outb170include/asm-ppc/dma.hdma_outb(mode | (dmanr&3),  DMA2_MODE_REG);
dma_outb182include/asm-ppc/dma.hdma_outb(pagenr, DMA_PAGE_0);
dma_outb185include/asm-ppc/dma.hdma_outb(pagenr, DMA_PAGE_1);
dma_outb188include/asm-ppc/dma.hdma_outb(pagenr, DMA_PAGE_2);
dma_outb191include/asm-ppc/dma.hdma_outb(pagenr, DMA_PAGE_3);
dma_outb194include/asm-ppc/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_5);
dma_outb197include/asm-ppc/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_6);
dma_outb200include/asm-ppc/dma.hdma_outb(pagenr & 0xfe, DMA_PAGE_7);
dma_outb213include/asm-ppc/dma.hdma_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb214include/asm-ppc/dma.hdma_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
dma_outb216include/asm-ppc/dma.hdma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb217include/asm-ppc/dma.hdma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE );
dma_outb234include/asm-ppc/dma.hdma_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb235include/asm-ppc/dma.hdma_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
dma_outb237include/asm-ppc/dma.hdma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );
dma_outb238include/asm-ppc/dma.hdma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE );