Searched refs:PARPORT_EPP_FAST (Results 1 – 5 of 5) sorted by relevance
91 #define PARPORT_EPP_FAST (1<<0) /* Unreliable counts. */ macro
157 flags |= PARPORT_EPP_FAST; in pp_read()234 kbuffer, n, PARPORT_EPP_FAST); in pp_write()237 kbuffer, n, PARPORT_EPP_FAST); in pp_write()
1495 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and1533 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and1571 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and1576 (Does PARPORT_EPP_FAST make sense for this function?)1611 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and1616 (Does PARPORT_EPP_FAST make sense for this function?)
301 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_read_data()330 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_write_data()358 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_read_addr()384 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_write_addr()
1108 if ((flags & PARPORT_EPP_FAST) && (len > 1)) { in parport_ip32_epp_read()1147 if ((flags & PARPORT_EPP_FAST) && (len > 1)) { in parport_ip32_epp_write()
Completed in 21 milliseconds