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

/freebsd-current/sys/dev/usb/serial/
H A Dusb_serial.h195 #define UCOM_LS_RTS 0x02 macro
H A Dusb_serial.c1016 mask |= UCOM_LS_RTS;
1037 if (notch_bits & UCOM_LS_RTS)
1039 (prev_value & UCOM_LS_RTS) ? 1 : 0);
1051 if (any_bits & UCOM_LS_RTS)
1053 (last_value & UCOM_LS_RTS) ? 1 : 0);
1125 ucom_line_state(sc, UCOM_LS_RTS, 0);
1127 ucom_line_state(sc, 0, UCOM_LS_RTS);

Completed in 141 milliseconds