Searched refs:IO_DMA2_BASE (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | dma.h | 89 #define IO_DMA2_BASE 0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */ macro 250 dma_outb((a >> 1) & 0xff, ((dmanr & 3) << 2) + IO_DMA2_BASE); in set_dma_addr() 251 dma_outb((a >> 9) & 0xff, ((dmanr & 3) << 2) + IO_DMA2_BASE); in set_dma_addr() 273 ((dmanr & 3) << 2) + 2 + IO_DMA2_BASE); in set_dma_count() 275 ((dmanr & 3) << 2) + 2 + IO_DMA2_BASE); in set_dma_count() 295 : ((dmanr & 3) << 2) + 2 + IO_DMA2_BASE; in get_dma_residue()
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | dma.h | 101 #define IO_DMA2_BASE 0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */ macro 256 dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); in set_dma_addr() 257 dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); in set_dma_addr() 277 dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); in set_dma_count() 278 dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); in set_dma_count() 294 : ((dmanr&3)<<2) + 2 + IO_DMA2_BASE; in get_dma_residue()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | dma.h | 91 #define IO_DMA2_BASE 0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */ macro 280 ((dmanr & 3) << 2) + IO_DMA2_BASE); in set_dma_addr() 282 ((dmanr & 3) << 2) + IO_DMA2_BASE); in set_dma_addr() 306 ((dmanr & 3) << 2) + 2 + IO_DMA2_BASE); in set_dma_count() 308 ((dmanr & 3) << 2) + 2 + IO_DMA2_BASE); in set_dma_count() 325 : ((dmanr & 3) << 2) + 2 + IO_DMA2_BASE; in get_dma_residue()
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | dma.h | 131 #define IO_DMA2_BASE 0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */ macro 311 dma_outb( (a>>1) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); in set_dma_addr() 312 dma_outb( (a>>9) & 0xff, ((dmanr&3)<<2) + IO_DMA2_BASE ); in set_dma_addr() 333 dma_outb( (count>>1) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); in set_dma_count() 334 dma_outb( (count>>9) & 0xff, ((dmanr&3)<<2) + 2 + IO_DMA2_BASE ); in set_dma_count() 350 : ((dmanr&3)<<2) + 2 + IO_DMA2_BASE; in get_dma_residue()
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | dma.h | 47 #define IO_DMA2_BASE 0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */ macro 95 : ((dmanr&3)<<2) + 2 + IO_DMA2_BASE; in get_dma_residue()
|
Completed in 9 milliseconds