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

/freebsd-11.0-release/sys/pc98/cbus/
H A Dolptreg.h41 #define LPS_NBSY 0x4 /* printer no ack of data */ macro
H A Dolpt.c180 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */
181 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)
185 #define NOT_READY(x) ((inb(x) & LPS_NBSY) != LPS_NBSY)
/freebsd-11.0-release/sys/dev/ppbus/
H A Dlpt.h58 #define LPS_NBSY 0x80 /* 11 printer busy */ 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)

Completed in 32 milliseconds