Searched refs:PIO_MASK (Results 1 – 8 of 8) sorted by relevance
358 #define PIO_MASK 0x0ffffUL macro361 ((unsigned long)p <= (PIO_MASK + PIO_OFFSET)))368 return (unsigned int)inb(port & PIO_MASK); in ioread8()382 insb(port & PIO_MASK, vaddr, count); in ioread8_rep()396 return (unsigned int)inw(port & PIO_MASK); in ioread16()411 insw(port & PIO_MASK, vaddr, count); in ioread16_rep()425 return (unsigned int)inl(port & PIO_MASK); in ioread32()441 insl(port & PIO_MASK, vaddr, count); in ioread32_rep()455 outb(value, port & PIO_MASK); in iowrite8()470 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)
35 #define PIO_MASK 0x0ffffUL macro56 port &= PIO_MASK; \232 if (port > PIO_MASK) in ioport_map()
27 #define PIO_MASK 0x0ffffUL macro214 if (port > PIO_MASK) in ioport_map()
30 #define PIO_MASK 0 macro
128 #define PIO_MASK 0xffff macro
69 #define PIO_MASK (PIO_OFFSET - 1) macro
796 #define PIO_MASK (FULL_IO_SIZE - 1) macro