Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Ddma.h94 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local
100 count = 1 + dma_inb(io_port); in get_dma_residue()
101 count += dma_inb(io_port) << 8; in get_dma_residue()
/arch/x86/include/asm/
Ddma.h290 unsigned int io_port; in get_dma_residue() local
294 io_port = (dmanr <= 3) ? ((dmanr & 3) << 1) + 1 + IO_DMA1_BASE in get_dma_residue()
297 count = 1 + dma_inb(io_port); in get_dma_residue()
298 count += dma_inb(io_port) << 8; in get_dma_residue()
/arch/mips/include/asm/
Ddma.h293 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local
299 count = 1 + dma_inb(io_port); in get_dma_residue()
300 count += dma_inb(io_port) << 8; in get_dma_residue()
/arch/arm/kernel/
Ddma-isa.c46 unsigned int io_port = isa_dma_port[chan][ISA_DMA_COUNT]; in isa_get_dma_residue() local
49 count = 1 + inb(io_port); in isa_get_dma_residue()
50 count |= inb(io_port) << 8; in isa_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.h314 typedef struct io_port { struct
/arch/alpha/kernel/
Dsys_sio.c283 unsigned long io_port; in alphabook1_init_pci() local
286 io_port = dev->resource[0].start; in alphabook1_init_pci()
287 ctest4 = inb(io_port+0x21); in alphabook1_init_pci()
291 outb(ctest4 | 0x80, io_port+0x21); in alphabook1_init_pci()
/arch/alpha/include/asm/
Ddma.h349 unsigned int io_port = (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE in get_dma_residue() local
355 count = 1 + dma_inb(io_port); in get_dma_residue()
356 count += dma_inb(io_port) << 8; in get_dma_residue()