Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dxhci-dwc3.c100 reg |= DWC3_GCTL_U2RSTECN; in dwc3_core_init()
/third_party/uboot/u-boot-2020.01/include/linux/usb/
Ddwc3.h157 #define DWC3_GCTL_U2RSTECN (1 << 16) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/dwc3/
Dcore.h140 #define DWC3_GCTL_U2RSTECN (1 << 16) macro
Dcore.c514 reg |= DWC3_GCTL_U2RSTECN; in dwc3_core_init()