Searched refs:PIO_MASK (Results 1 – 6 of 6) sorted by relevance
319 #define PIO_MASK 0x0ffffUL macro322 ((unsigned long)p <= (PIO_MASK + PIO_OFFSET)))329 return (unsigned int)inb(port & PIO_MASK); in ioread8()343 insb(port & PIO_MASK, vaddr, count); in ioread8_rep()357 return (unsigned int)inw(port & PIO_MASK); in ioread16()372 insw(port & PIO_MASK, vaddr, count); in ioread16_rep()386 return (unsigned int)inl(port & PIO_MASK); in ioread32()402 insl(port & PIO_MASK, vaddr, count); in ioread32_rep()416 outb(value, port & PIO_MASK); in iowrite8()431 outsb(port & PIO_MASK, vaddr, count); in iowrite8_rep()[all …]
44 #define PIO_MASK (unsigned int)(IO_SPACE_LIMIT) macro45 #define PIO_RESERVED (PIO_OFFSET + PIO_MASK + 1)
30 #define PIO_MASK 0 macro
26 #define PIO_MASK 0x0ffffUL macro213 if (port > PIO_MASK) in ioport_map()
67 #define PIO_MASK (PIO_OFFSET - 1) macro
678 #define PIO_MASK (FULL_IO_SIZE - 1) macro