Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbsprl/
H A Dpl2303_vendor.h62 #define PL2303_CONTROL_DTR 0x01 macro
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c2128 *line_ctl |= PL2303_CONTROL_DTR; in pl2303_mctl2reg()
2130 *line_ctl &= ~PL2303_CONTROL_DTR; in pl2303_mctl2reg()
2147 if (line_ctl & PL2303_CONTROL_DTR) { in pl2303_reg2mctl()