Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.h36 #define DWC3_VERSION_MASK 0xFFFF0000 macro
38 #define DWC3_VERSION(x) (((x) & DWC3_VERSION_MASK) >> 16)