Home
last modified time | relevance | path

Searched refs:PL2303_CONTROL_RTS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbsprl/
H A Dpl2303_vendor.h63 #define PL2303_CONTROL_RTS 0x02 macro
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c2121 *line_ctl |= PL2303_CONTROL_RTS; in pl2303_mctl2reg()
2123 *line_ctl &= ~PL2303_CONTROL_RTS; in pl2303_mctl2reg()
2144 if (line_ctl & PL2303_CONTROL_RTS) { in pl2303_reg2mctl()