Searched refs:LPS_NERR (Results 1 – 3 of 3) sorted by relevance
162 #define RDY_MASK (LPS_SEL|LPS_OUT|LPS_NBSY|LPS_NERR) /* ready ? */163 #define LP_READY (LPS_SEL|LPS_NBSY|LPS_NERR)167 #define LPS_INVERT (LPS_NBSY | LPS_NACK | LPS_SEL | LPS_NERR)168 #define LPS_MASK (LPS_NBSY | LPS_NACK | LPS_OUT | LPS_SEL | LPS_NERR)904 if (((sts & (LPS_NERR | LPS_OUT) ) != LPS_NERR) && in lptintr()
53 #define LPS_NERR 0x08 /* 15 printer no error */ macro
89 #define LPS_NERR 0x08 /* printer no error */ macro92 #define LPS_INVERT (LPS_SELECT|LPS_NERR)93 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER)320 else if (new_status & LPS_NERR) in ulpt_status_callback()