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

/freebsd-9.3-release/sys/dev/ppbus/
H A Dlpt.h54 #define LPS_NERR 0x08 /* 15 printer no error */ 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)
914 if (((sts & (LPS_NERR | LPS_OUT) ) != LPS_NERR)
[all...]
/freebsd-9.3-release/sys/dev/usb/serial/
H A Dulpt.c89 #define LPS_NERR 0x08 /* printer no error */ macro
92 #define LPS_INVERT (LPS_SELECT|LPS_NERR)
93 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER)
321 else if (new_status & LPS_NERR)
/freebsd-9.3-release/sys/pc98/cbus/
H A Dolpt.c179 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */
180 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)

Completed in 179 milliseconds