HomeSort by: relevance | last modified time | path
    Searched defs:sc_chiptype (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uftdi.c 94 u_int sc_chiptype; member in struct:uftdi_softc
345 sc->sc_chiptype = UGETW(ddesc->bcdDevice);
347 switch (sc->sc_chiptype) {
375 if (sc->sc_chiptype < 0x0200) {
uftdi.c 94 u_int sc_chiptype; member in struct:uftdi_softc
345 sc->sc_chiptype = UGETW(ddesc->bcdDevice);
347 switch (sc->sc_chiptype) {
375 if (sc->sc_chiptype < 0x0200) {

Completed in 58 milliseconds