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

/freebsd-13-stable/sys/dev/ppbus/
H A Dlpt.h56 #define LPS_NERR 0x08 /* 15 printer no error */ macro
H A Dlpt.c166 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */
167 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)
171 #define LPS_INVERT (LPS_NBSY | LPS_NACK | LPS_SEL | LPS_NERR)
172 #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)
913 if (((sts & (LPS_NERR | LPS_OUT) ) != LPS_NERR)
[all...]
/freebsd-13-stable/sys/dev/usb/serial/
H A Dulpt.c92 #define LPS_NERR 0x08 /* printer no error */ macro
95 #define LPS_INVERT (LPS_SELECT|LPS_NERR)
96 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER)
323 else if (new_status & LPS_NERR)

Completed in 54 milliseconds