Home
last modified time | relevance | path

Searched refs:dma_inb (Results 1 – 5 of 5) sorted by relevance

/arch/parisc/include/asm/
Ddma.h14 #define dma_inb inb macro
99 count = 1 + dma_inb(io_port); in get_dma_residue()
100 count += dma_inb(io_port) << 8; in get_dma_residue()
/arch/x86/include/asm/
Ddma.h20 #define dma_inb inb macro
296 count = 1 + dma_inb(io_port); in get_dma_residue()
297 count += dma_inb(io_port) << 8; in get_dma_residue()
/arch/mips/include/asm/
Ddma.h26 #define dma_inb inb macro
298 count = 1 + dma_inb(io_port); in get_dma_residue()
299 count += dma_inb(io_port) << 8; in get_dma_residue()
/arch/powerpc/include/asm/
Ddma.h38 #define dma_inb inb macro
330 count = 1 + dma_inb(io_port); in get_dma_residue()
331 count += dma_inb(io_port) << 8; in get_dma_residue()
/arch/alpha/include/asm/
Ddma.h25 #define dma_inb inb macro
354 count = 1 + dma_inb(io_port); in get_dma_residue()
355 count += dma_inb(io_port) << 8; in get_dma_residue()