Searched refs:PARPORT_EPP_FAST (Results 1 – 5 of 5) sorted by relevance
149 flags |= PARPORT_EPP_FAST; in pp_read()230 kbuffer, n, PARPORT_EPP_FAST); in pp_write()233 kbuffer, n, PARPORT_EPP_FAST); in pp_write()
1231 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and1260 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and1289 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and1293 (Does PARPORT_EPP_FAST make sense for this function?)1320 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and1324 (Does PARPORT_EPP_FAST make sense for this function?)
93 #define PARPORT_EPP_FAST (1<<0) /* Unreliable counts. */ macro
343 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_read_data()373 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_write_data()402 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_read_addr()428 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_write_addr()
259 the PARPORT_EPP_FAST flag.