Searched refs:dma_inb (Results 1 – 6 of 6) sorted by relevance
15 #define dma_inb inb macro100 count = 1 + dma_inb(io_port); in get_dma_residue()101 count += dma_inb(io_port) << 8; in get_dma_residue()
21 #define dma_inb inb macro297 count = 1 + dma_inb(io_port); in get_dma_residue()298 count += dma_inb(io_port) << 8; in get_dma_residue()
27 #define dma_inb inb macro299 count = 1 + dma_inb(io_port); in get_dma_residue()300 count += dma_inb(io_port) << 8; in get_dma_residue()
39 #define dma_inb inb macro330 count = 1 + dma_inb(io_port); in get_dma_residue()331 count += dma_inb(io_port) << 8; in get_dma_residue()
26 #define dma_inb inb macro355 count = 1 + dma_inb(io_port); in get_dma_residue()356 count += dma_inb(io_port) << 8; in get_dma_residue()
61 if (dma_inb(DMA_PAGE_0) == 0xFF) in i8237A_init_ops()