EPPADDR           366 drivers/parport/parport_pc.c 		insb(EPPADDR(port), buf, length);
EPPADDR           374 drivers/parport/parport_pc.c 		*((char *)buf) = inb(EPPADDR(port));
EPPADDR           392 drivers/parport/parport_pc.c 		outsb(EPPADDR(port), buf, length);
EPPADDR           400 drivers/parport/parport_pc.c 		outb(*((char *)buf), EPPADDR(port));