taglinefilesource code
IO_DMA1_BASE206include/asm/dma.houtb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
IO_DMA1_BASE207include/asm/dma.houtb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE );
IO_DMA1_BASE227include/asm/dma.houtb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
IO_DMA1_BASE228include/asm/dma.houtb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE );
IO_DMA1_BASE246include/asm/dma.hunsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE