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

/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dlptreg.h75 #define LPS_MASK (LPS_NBSY | LPS_NACK | LPS_OUT | LPS_SEL | LPS_NERR) macro
76 #define NOT_READY(ppbus) ((ppbus_rstr(ppbus)^LPS_INVERT)&LPS_MASK)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlptvar.h86 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NBSY|LPS_NACK|LPS_NOPAPER) macro
87 #define NOT_READY() ((bus_space_read_1(iot, ioh, lpt_status) ^ LPS_INVERT) & LPS_MASK)
H A Dlpt.c224 status = (status ^ LPS_INVERT) & LPS_MASK;
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/dev/
H A Dlpt_pcc.c218 #define LPS_MASK (LPS_SELECT|LPS_FAULT|LPS_BUSY|LPS_PAPER_EMPTY) macro
220 status = (lpt_status_read(sc) ^ LPS_INVERT) & LPS_MASK;
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dlpt_pcctwo.c244 #define LPS_MASK (PCCTWO_PRT_IN_SR_SEL | PCCTWO_PRT_IN_SR_FLT | \ macro
248 status &= LPS_MASK;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dulpt.c100 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER) macro
629 status = (status ^ LPS_INVERT) & LPS_MASK;

Completed in 117 milliseconds