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

/freebsd-13-stable/sys/dev/usb/serial/
H A Dulpt.c95 #define LPS_INVERT (LPS_SELECT|LPS_NERR) macro
313 cur_status = (cur_status ^ LPS_INVERT) & LPS_MASK;
/freebsd-13-stable/sys/dev/ppbus/
H A Dlpt.c171 #define LPS_INVERT (LPS_NBSY | LPS_NACK | LPS_SEL | LPS_NERR) macro
173 #define NOT_READY(ppbus) ((ppb_rstr(ppbus)^LPS_INVERT)&LPS_MASK)

Completed in 54 milliseconds