Searched refs:EPPDATA (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/parport/
H A Dparport_gsc.h45 #define EPPDATA(p) ((p)->base + 0x4) macro
H A Dparport_pc.c285 insl(EPPDATA(port), buf, 4);
287 insb(EPPDATA(port), buf, 16);
293 *((char *)buf) = inb(EPPDATA(port));
313 insl(EPPDATA(port), buf, (length >> 2));
316 insw(EPPDATA(port), buf, length >> 1);
318 insb(EPPDATA(port), buf, length);
326 *((char *)buf) = inb(EPPDATA(port));
348 outsl(EPPDATA(port), buf, (length >> 2));
351 outsw(EPPDATA(port), buf, length >> 1);
353 outsb(EPPDATA(por
[all...]
/linux-master/include/linux/
H A Dparport_pc.h13 #define EPPDATA(p) ((p)->base + 0x4) macro

Completed in 106 milliseconds