Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDdwc3.c84 uint32_t snpsid; member
359 if ((sc->snpsid & 0xffff) <= 0x300a) { in snps_dwc3_do_quirks()
412 sc->snpsid = DWC3_READ(sc, DWC3_GSNPSID); in snps_dwc3_common_attach()
413 sc->snpsversion = DWC3_VERSION(sc->snpsid); in snps_dwc3_common_attach()
414 sc->snpsrevision = DWC3_REVISION(sc->snpsid); in snps_dwc3_common_attach()