Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dparport.h92 #define PARPORT_W91284PIC (1<<1) /* have a Warp9 w91284pic in the device */ macro
/openbmc/linux/drivers/char/
H A Dppdev.c155 flags |= PARPORT_W91284PIC; in pp_read()
/openbmc/linux/drivers/parport/
H A Dparport_pc.c271 if (flags & PARPORT_W91284PIC) { in parport_pc_epp_read_data()