Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.h38 #define DWC3_VERSION(x) (((x) & DWC3_VERSION_MASK) >> 16) macro
H A Ddwc3.c413 sc->snpsversion = DWC3_VERSION(sc->snpsid); in snps_dwc3_common_attach()