Searched refs:sc_chip (Results 1 – 6 of 6) sorted by relevance
344 sc->sc_chip = USB_GET_DRIVER_INFO(uaa); in udl_attach()354 CTLFLAG_RD, &sc->sc_chip, 0, "chip ID"); in udl_attach()358 sc->sc_chip = sc->sc_def_chip; in udl_attach()363 if (sc->sc_chip == DLUNK) in udl_attach()394 if (udl_modes[i].chip <= sc->sc_chip) { in udl_attach()786 sc->sc_chip = DL120; in udl_select_chip()799 sc->sc_chip = DL160; in udl_select_chip()802 pserial, sc->sc_chip); in udl_select_chip()813 sc->sc_chip = DL160; in udl_select_chip()816 sc->sc_chip = DL165; in udl_select_chip()[all …]
82 int sc_chip; member
57 u_int sc_chip; /* chip type */ member
191 sc->sc_chip = TMCCHIP_1800;197 sc->sc_chip = TMCCHIP_18C30;203 sc->sc_chip = TMCCHIP_18C50;210 sc->sc_chip = TMCCHIP_UNK;
615 sc->sc_chip |= URE_CHIP_VER_4C00; in ure_read_chipver()618 sc->sc_chip |= URE_CHIP_VER_4C10; in ure_read_chipver()640 if (sc->sc_chip & URE_CHIP_VER_4C00) in ure_attach_post()924 if (sc->sc_chip & URE_CHIP_VER_4C00) { in ure_rtl8152_init()
428 u_int sc_chip; member