tag | line | file | source code |
IO_DMA1_BASE | 208 | drivers/sound/dma.h | deb_outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE ); |
IO_DMA1_BASE | 209 | drivers/sound/dma.h | deb_outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE ) |
IO_DMA1_BASE | 229 | drivers/sound/dma.h | deb_outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE ); |
IO_DMA1_BASE | 230 | drivers/sound/dma.h | deb_outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE ); |
IO_DMA1_BASE | 248 | drivers/sound/dma.h | unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE |
IO_DMA1_BASE | 206 | include/asm/dma.h | outb( a & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE ); |
IO_DMA1_BASE | 207 | include/asm/dma.h | outb( (a>>8) & 0xff, ((dmanr&3)<<1) + IO_DMA1_BASE ); |
IO_DMA1_BASE | 227 | include/asm/dma.h | outb( count & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE ); |
IO_DMA1_BASE | 228 | include/asm/dma.h | outb( (count>>8) & 0xff, ((dmanr&3)<<1) + 1 + IO_DMA1_BASE ); |
IO_DMA1_BASE | 246 | include/asm/dma.h | unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE |