Searched refs:sc_chiptype (Results 1 – 1 of 1) sorted by relevance
174 uint8_t sc_chiptype; /* type of chip */ member396 sc->sc_chiptype = TYPE_PL2303HX; in uplcom_attach()400 sc->sc_chiptype = TYPE_PL2303HXD; in uplcom_attach()405 sc->sc_chiptype = TYPE_PL2303HXD; in uplcom_attach()413 sc->sc_chiptype = TYPE_PL2303; in uplcom_attach()415 sc->sc_chiptype = TYPE_PL2303HX; in uplcom_attach()417 sc->sc_chiptype = TYPE_PL2303; in uplcom_attach()428 if (sc->sc_chiptype == TYPE_PL2303HX) { in uplcom_attach()437 sc->sc_chiptype = TYPE_PL2303HXN; in uplcom_attach()440 switch (sc->sc_chiptype) { in uplcom_attach()[all …]