Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/linux/usb/
Ddwc3.h209 #define DWC3_DCTL_CSFTRST (1 << 30) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/dwc3/
Dcore.c431 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_CSFTRST); in dwc3_core_init()
434 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_init()
Dcore.h239 #define DWC3_DCTL_CSFTRST (1 << 30) macro