Searched refs:EPPDATA (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/parport/ |
D | parport_gsc.h | 59 #define EPPDATA(p) ((p)->base + 0x4) macro
|
D | parport_pc.c | 332 insl(EPPDATA(port), buf, 4); in parport_pc_epp_read_data() 334 insb(EPPDATA(port), buf, 16); in parport_pc_epp_read_data() 340 *((char *)buf) = inb(EPPDATA(port)); in parport_pc_epp_read_data() 357 insl(EPPDATA(port), buf, (length >> 2)); in parport_pc_epp_read_data() 359 insb(EPPDATA(port), buf, length); in parport_pc_epp_read_data() 367 *((char *)buf) = inb(EPPDATA(port)); in parport_pc_epp_read_data() 386 outsl(EPPDATA(port), buf, (length >> 2)); in parport_pc_epp_write_data() 388 outsb(EPPDATA(port), buf, length); in parport_pc_epp_write_data() 396 outb(*((char *)buf), EPPDATA(port)); in parport_pc_epp_write_data()
|
/linux-2.6.39/include/linux/ |
D | parport_pc.h | 12 #define EPPDATA(p) ((p)->base + 0x4) macro
|