Home
last modified time | relevance | path

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

/external/u-boot/include/linux/usb/
Ddwc3.h164 #define DWC3_GCTL_PRTCAP(n) (((n) & (3 << 12)) >> 12) macro
/external/u-boot/drivers/usb/dwc3/
Dcore.h147 #define DWC3_GCTL_PRTCAP(n) (((n) & (3 << 12)) >> 12) macro