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

/freebsd-11.0-release/sys/dev/usb/serial/
H A Duslcom.c115 #define USLCOM_FLOW_DTR_ON 0x00000001 /* DTR static active */ macro
680 flowctrl[0] = htole32(USLCOM_FLOW_DTR_ON | USLCOM_FLOW_CTS_HS);
683 flowctrl[0] = htole32(USLCOM_FLOW_DTR_ON);

Completed in 103 milliseconds