Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c840 uint8_t new_mctl; in pl2303_set_modem_ctl() local
845 new_mctl = plp->pl_mctl; in pl2303_set_modem_ctl()
849 pl2303_mctl2reg(mask, val, &new_mctl); in pl2303_set_modem_ctl()
851 if ((rval = pl2303_cmd_set_ctl(plp, new_mctl)) == USB_SUCCESS) { in pl2303_set_modem_ctl()
853 plp->pl_mctl = new_mctl; in pl2303_set_modem_ctl()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1163 uint8_t new_mctl; in usbsacm_ds_set_modem_ctl() local
1186 new_mctl = acm_port->acm_mctlout; in usbsacm_ds_set_modem_ctl()
1189 usbsacm_mctl2reg(mask, val, &new_mctl); in usbsacm_ds_set_modem_ctl()
1193 new_mctl, NULL)) == USB_SUCCESS)) { in usbsacm_ds_set_modem_ctl()
1195 acm_port->acm_mctlout = new_mctl; in usbsacm_ds_set_modem_ctl()