Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h164 #define DWC3_GCTL_PRTCAP(n) (((n) & (3 << 12)) >> 12) macro
/openbmc/linux/drivers/usb/dwc3/
H A Ddebugfs.c415 switch (DWC3_GCTL_PRTCAP(reg)) { in dwc3_mode_show()
426 seq_printf(s, "UNKNOWN %08x\n", DWC3_GCTL_PRTCAP(reg)); in dwc3_mode_show()
H A Dcore.h249 #define DWC3_GCTL_PRTCAP(n) (((n) & (3 << 12)) >> 12) macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h147 #define DWC3_GCTL_PRTCAP(n) (((n) & (3 << 12)) >> 12) macro