Home
last modified time | relevance | path

Searched refs:PP_W91284PIC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dppdev.h98 #define PP_W91284PIC (1<<4) macro
101 #define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC)
/openbmc/linux/drivers/char/
H A Dppdev.c154 if (pp->flags & PP_W91284PIC) in pp_read()