tag | line | file | source code |
IO_DMA2_BASE | 366 | drivers/net/znet.c | short dma_port = ((zn.tx_dma&3)<<2) + IO_DMA2_BASE; |
IO_DMA2_BASE | 683 | drivers/net/znet.c | short dma_port = ((zn.tx_dma&3)<<2) + IO_DMA2_BASE; |
IO_DMA2_BASE | 220 | include/asm-alpha/dma.h | dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); |
IO_DMA2_BASE | 221 | include/asm-alpha/dma.h | dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); |
IO_DMA2_BASE | 241 | include/asm-alpha/dma.h | dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); |
IO_DMA2_BASE | 242 | include/asm-alpha/dma.h | dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); |
IO_DMA2_BASE | 258 | include/asm-alpha/dma.h | : ((dmanr&3)<<2) + 2 + IO_DMA2_BASE; |
IO_DMA2_BASE | 216 | include/asm-i386/dma.h | dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); |
IO_DMA2_BASE | 217 | include/asm-i386/dma.h | dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); |
IO_DMA2_BASE | 237 | include/asm-i386/dma.h | dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); |
IO_DMA2_BASE | 238 | include/asm-i386/dma.h | dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); |
IO_DMA2_BASE | 254 | include/asm-i386/dma.h | : ((dmanr&3)<<2) + 2 + IO_DMA2_BASE; |
IO_DMA2_BASE | 219 | include/asm-mips/dma.h | dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); |
IO_DMA2_BASE | 220 | include/asm-mips/dma.h | dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); |
IO_DMA2_BASE | 240 | include/asm-mips/dma.h | dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); |
IO_DMA2_BASE | 241 | include/asm-mips/dma.h | dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); |
IO_DMA2_BASE | 257 | include/asm-mips/dma.h | : ((dmanr&3)<<2) + 2 + IO_DMA2_BASE; |