Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dppdev.c149 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()
/linux-2.4.37.9/Documentation/
Dparport-lowlevel.txt1231 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1260 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1289 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1293 (Does PARPORT_EPP_FAST make sense for this function?)
1320 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1324 (Does PARPORT_EPP_FAST make sense for this function?)
/linux-2.4.37.9/include/linux/
Dparport.h93 #define PARPORT_EPP_FAST (1<<0) /* Unreliable counts. */ macro
/linux-2.4.37.9/drivers/parport/
Dparport_pc.c343 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()
DChangeLog259 the PARPORT_EPP_FAST flag.