Searched refs:LPS_OUT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.h56 #define LPS_OUT 0x20 /* 12 printer out of paper */ macro
H A Dlpt.c165 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */
171 #define LPS_MASK (LPS_NBSY | LPS_NACK | LPS_OUT | LPS_SEL | LPS_NERR)
568 (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR)) !=
627 (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR)) !=
914 if (((sts & (LPS_NERR | LPS_OUT) ) != LPS_NERR) &&
/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c180 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */

Completed in 195 milliseconds