Home
last modified time | relevance | path

Searched refs:PARPORT_W91284PIC (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dparport.h94 #define PARPORT_W91284PIC (1<<1) /* have a Warp9 w91284pic in the device */ macro
/linux-2.4.37.9/drivers/char/
Dppdev.c146 flags |= PARPORT_W91284PIC; in pp_read()
/linux-2.4.37.9/drivers/parport/
DChangeLog252 reading from a w91284pic peripheral, flag is PARPORT_W91284PIC.
Dparport_pc.c305 if (flags & PARPORT_W91284PIC) { in parport_pc_epp_read_data()