Searched refs:LPS_SEL (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.h55 #define LPS_SEL 0x10 /* 13 printer selected */ macro
H A Dlpt.c165 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */
166 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)
170 #define LPS_INVERT (LPS_NBSY | LPS_NACK | LPS_SEL | LPS_NERR)
171 #define LPS_MASK (LPS_NBSY | LPS_NACK | LPS_OUT | LPS_SEL | LPS_NERR)
568 (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR)) !=
569 (LPS_SEL|LPS_NBSY|LPS_NERR));
627 (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR)) !=
628 (LPS_SEL|LPS_NBSY|LPS_NERR) || sc->sc_xfercnt)
/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c180 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */
181 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)

Completed in 277 milliseconds