Searched refs:LPS_INVERT (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c170 #define LPS_INVERT (LPS_NBSY | LPS_NACK | LPS_SEL | LPS_NERR) macro
172 #define NOT_READY(ppbus) ((ppb_rstr(ppbus)^LPS_INVERT)&LPS_MASK)
/freebsd-11-stable/sys/dev/usb/serial/
H A Dulpt.c92 #define LPS_INVERT (LPS_SELECT|LPS_NERR) macro
311 cur_status = (cur_status ^ LPS_INVERT) & LPS_MASK;

Completed in 202 milliseconds