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

/netbsd-current/sys/dev/ppbus/
H A Dlptreg.h60 #define LPS_NBSY 0x80 /* 11 printer busy */ 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.c400 else if(!(status & LPS_NBSY)) {
/netbsd-current/sys/dev/ic/
H A Dlptreg.h65 #define LPS_NBSY 0x80 /* printer not busy */ 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)

Completed in 197 milliseconds