Searched refs:PIO_MASK (Results 1 – 7 of 7) sorted by relevance
355 #define PIO_MASK 0x0ffffUL macro358 ((unsigned long)p <= (PIO_MASK + PIO_OFFSET)))365 return (unsigned int)inb(port & PIO_MASK); in ioread8()379 insb(port & PIO_MASK, vaddr, count); in ioread8_rep()393 return (unsigned int)inw(port & PIO_MASK); in ioread16()408 insw(port & PIO_MASK, vaddr, count); in ioread16_rep()422 return (unsigned int)inl(port & PIO_MASK); in ioread32()438 insl(port & PIO_MASK, vaddr, count); in ioread32_rep()452 outb(value, port & PIO_MASK); in iowrite8()467 outsb(port & PIO_MASK, vaddr, count); in iowrite8_rep()[all …]
28 #define PIO_MASK 0 macro
35 #define PIO_MASK 0x0ffffUL macro56 port &= PIO_MASK; \364 if (port > PIO_MASK) in ioport_map()
128 #define PIO_MASK 0xffff macro
69 #define PIO_MASK (PIO_OFFSET - 1) macro
77 #define PIO_MASK IO_SPACE_LIMIT macro
735 #define PIO_MASK (FULL_IO_SIZE - 1) macro