Searched refs:EPPDATA (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/parport/ |
D | parport_pc.c | 285 insl(EPPDATA(port), buf, 4); in parport_pc_epp_read_data() 287 insb(EPPDATA(port), buf, 16); in parport_pc_epp_read_data() 293 *((char *)buf) = inb(EPPDATA(port)); in parport_pc_epp_read_data() 313 insl(EPPDATA(port), buf, (length >> 2)); in parport_pc_epp_read_data() 316 insw(EPPDATA(port), buf, length >> 1); in parport_pc_epp_read_data() 318 insb(EPPDATA(port), buf, length); in parport_pc_epp_read_data() 326 *((char *)buf) = inb(EPPDATA(port)); in parport_pc_epp_read_data() 348 outsl(EPPDATA(port), buf, (length >> 2)); in parport_pc_epp_write_data() 351 outsw(EPPDATA(port), buf, length >> 1); in parport_pc_epp_write_data() 353 outsb(EPPDATA(port), buf, length); in parport_pc_epp_write_data() [all …]
|
D | parport_gsc.h | 45 #define EPPDATA(p) ((p)->base + 0x4) macro
|
/Linux-v6.6/include/linux/ |
D | parport_pc.h | 13 #define EPPDATA(p) ((p)->base + 0x4) macro
|