HomeSort by: relevance | last modified time | path
    Searched defs:LPS_NERR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
lptreg.h 61 #define LPS_NERR 0x08 /* printer no error */
  /src/sys/dev/ppbus/
lptreg.h 56 #define LPS_NERR 0x08 /* 15 printer no error */
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)
  /src/sys/dev/usb/
ulpt.c 95 #define LPS_NERR 0x08 /* printer no error */
98 #define LPS_INVERT (LPS_SELECT|LPS_NERR)
99 #define LPS_MASK (LPS_SELECT|LPS_NERR|LPS_NOPAPER)
554 if (new & LPS_NERR)

Completed in 30 milliseconds