Searched refs:PIO_MASK (Results 1 – 7 of 7) sorted by relevance
347 #define PIO_MASK 0x0ffffUL macro350 ((unsigned long)p <= (PIO_MASK + PIO_OFFSET)))357 return (unsigned int)inb(port & PIO_MASK); in ioread8()371 insb(port & PIO_MASK, vaddr, count); in ioread8_rep()385 return (unsigned int)inw(port & PIO_MASK); in ioread16()400 insw(port & PIO_MASK, vaddr, count); in ioread16_rep()414 return (unsigned int)inl(port & PIO_MASK); in ioread32()430 insl(port & PIO_MASK, vaddr, count); in ioread32_rep()444 outb(value, port & PIO_MASK); in iowrite8()459 outsb(port & PIO_MASK, vaddr, count); in iowrite8_rep()[all …]
48 #define PIO_MASK (unsigned int)(IO_SPACE_LIMIT) macro49 #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()
68 #define PIO_MASK (PIO_OFFSET - 1) macro
91 #define PIO_MASK 0xffff macro
747 #define PIO_MASK (FULL_IO_SIZE - 1) macro