Lines Matching refs:EPPDATA
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()
361 outb(*((char *)buf), EPPDATA(port)); in parport_pc_epp_write_data()