Home
last modified time | relevance | path

Searched refs:io_port (Results 1 – 9 of 9) sorted by relevance

/arch/parisc/include/asm/
Ddma.h93 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local
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.h289 unsigned int io_port; in get_dma_residue() local
293 io_port = (dmanr <= 3) ? ((dmanr & 3) << 1) + 1 + IO_DMA1_BASE in get_dma_residue()
296 count = 1 + dma_inb(io_port); in get_dma_residue()
297 count += dma_inb(io_port) << 8; in get_dma_residue()
/arch/arm/kernel/
Ddma-isa.c49 unsigned int io_port = isa_dma_port[chan][ISA_DMA_COUNT]; in isa_get_dma_residue() local
52 count = 1 + inb(io_port); in isa_get_dma_residue()
53 count |= inb(io_port) << 8; in isa_get_dma_residue()
/arch/mips/include/asm/
Ddma.h292 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local
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.h323 unsigned int io_port = (dmanr <= 3) in get_dma_residue() local
330 count = 1 + dma_inb(io_port); in get_dma_residue()
331 count += dma_inb(io_port) << 8; in get_dma_residue()
D8xx_immap.h313 typedef struct io_port { struct
Dimmap_cpm2.h313 typedef struct io_port { struct
/arch/alpha/kernel/
Dsys_sio.c260 unsigned long io_port; in alphabook1_init_pci() local
263 io_port = dev->resource[0].start; in alphabook1_init_pci()
264 ctest4 = inb(io_port+0x21); in alphabook1_init_pci()
268 outb(ctest4 | 0x80, io_port+0x21); in alphabook1_init_pci()
/arch/alpha/include/asm/
Ddma.h348 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local
354 count = 1 + dma_inb(io_port); in get_dma_residue()
355 count += dma_inb(io_port) << 8; in get_dma_residue()