Home
last modified time | relevance | path

Searched refs:PARPORT_EPP_FAST (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dparport.h91 #define PARPORT_EPP_FAST (1<<0) /* Unreliable counts. */ macro
/Linux-v4.19/drivers/char/
Dppdev.c161 flags |= PARPORT_EPP_FAST; in pp_read()
238 kbuffer, n, PARPORT_EPP_FAST); in pp_write()
241 kbuffer, n, PARPORT_EPP_FAST); in pp_write()
/Linux-v4.19/Documentation/
Dparport-lowlevel.txt1495 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1533 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1571 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1576 (Does PARPORT_EPP_FAST make sense for this function?)
1611 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1616 (Does PARPORT_EPP_FAST make sense for this function?)
/Linux-v4.19/drivers/parport/
Dparport_pc.c307 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_read_data()
336 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_write_data()
364 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_read_addr()
390 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_write_addr()
Dparport_ip32.c1118 if ((flags & PARPORT_EPP_FAST) && (len > 1)) { in parport_ip32_epp_read()
1157 if ((flags & PARPORT_EPP_FAST) && (len > 1)) { in parport_ip32_epp_write()