Searched refs:EPPDATA (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/parport/ |
D | parport_gsc.h | 45 #define EPPDATA(p) ((p)->base + 0x4) macro
|
D | parport_pc.c | 278 insl(EPPDATA(port), buf, 4); in parport_pc_epp_read_data() 280 insb(EPPDATA(port), buf, 16); in parport_pc_epp_read_data() 286 *((char *)buf) = inb(EPPDATA(port)); in parport_pc_epp_read_data() 303 insl(EPPDATA(port), buf, (length >> 2)); in parport_pc_epp_read_data() 305 insb(EPPDATA(port), buf, length); in parport_pc_epp_read_data() 313 *((char *)buf) = inb(EPPDATA(port)); in parport_pc_epp_read_data() 332 outsl(EPPDATA(port), buf, (length >> 2)); in parport_pc_epp_write_data() 334 outsb(EPPDATA(port), buf, length); in parport_pc_epp_write_data() 342 outb(*((char *)buf), EPPDATA(port)); in parport_pc_epp_write_data()
|
/linux-6.1.9/include/linux/ |
D | parport_pc.h | 13 #define EPPDATA(p) ((p)->base + 0x4) macro
|