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

/netbsd-current/sys/dev/ppbus/
H A Dlptreg.h56 #define LPS_NERR 0x08 /* 15 printer no error */ macro
69 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */
70 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)
74 #define LPS_INVERT (LPS_NBSY | LPS_NACK | LPS_SEL | LPS_NERR)
75 #define LPS_MASK (LPS_NBSY | LPS_NACK | LPS_OUT | LPS_SEL | LPS_NERR)
H A Dlpt.c407 else if(!(status & LPS_NERR)) {
/netbsd-current/sys/dev/ic/
H A Dlptreg.h61 #define LPS_NERR 0x08 /* printer no error */ macro
H A Dlptvar.h85 #define LPS_INVERT (LPS_SELECT|LPS_NERR|LPS_NBSY|LPS_NACK)
86 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NBSY|LPS_NACK|LPS_NOPAPER)
H A Dlpt.c245 else if (new & LPS_NERR)
/netbsd-current/sys/dev/usb/
H A Dulpt.c95 #define LPS_NERR 0x08 /* printer no error */ macro
98 #define LPS_INVERT (LPS_SELECT|LPS_NERR)
99 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER)
554 if (new & LPS_NERR)

Completed in 198 milliseconds