Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlpt.c162 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */
163 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)
167 #define LPS_INVERT (LPS_NBSY | LPS_NACK | LPS_SEL | LPS_NERR)
168 #define LPS_MASK (LPS_NBSY | LPS_NACK | LPS_OUT | LPS_SEL | LPS_NERR)
904 if (((sts & (LPS_NERR | LPS_OUT) ) != LPS_NERR) && in lptintr()
H A Dlpt.h53 #define LPS_NERR 0x08 /* 15 printer no error */ macro
/freebsd/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)
320 else if (new_status & LPS_NERR) in ulpt_status_callback()