Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Duchcom.c169 #define TYPE_CH343 1 macro
358 sc->sc_chiptype = TYPE_CH343; in uchcom_attach()
482 (sc->sc_chiptype != TYPE_CH343) ? in uchcom_write_reg()
586 if (sc->sc_chiptype == TYPE_CH343) { in uchcom_cfg_set_break()
614 if (rate >= 256000 && sc->sc_chiptype == TYPE_CH343) in uchcom_calc_baudrate()
632 if (rate == 921600 && sc->sc_chiptype != TYPE_CH343) { in uchcom_calc_baudrate()
645 div |= (sc->sc_chiptype != TYPE_CH343) ? 0x80 : 0x00; in uchcom_set_baudrate()
695 if (sc->sc_chiptype != TYPE_CH343) { in uchcom_cfg_open()
718 case TYPE_CH343: in uchcom_pre_param()
766 if (sc->sc_chiptype == TYPE_CH343) in uchcom_cfg_param()
[all …]