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