Home
last modified time | relevance | path

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

/external/u-boot/include/linux/usb/
Ddwc3.h157 #define DWC3_GCTL_U2RSTECN (1 << 16) macro
/external/u-boot/drivers/usb/host/
Dxhci-dwc3.c99 reg |= DWC3_GCTL_U2RSTECN; in dwc3_core_init()
/external/u-boot/drivers/usb/dwc3/
Dcore.h140 #define DWC3_GCTL_U2RSTECN (1 << 16) macro
Dcore.c511 reg |= DWC3_GCTL_U2RSTECN; in dwc3_core_init()