Home
last modified time | relevance | path

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

/external/u-boot/include/linux/usb/
Ddwc3.h209 #define DWC3_DCTL_CSFTRST (1 << 30) macro
/external/u-boot/drivers/usb/dwc3/
Dcore.c430 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_CSFTRST); in dwc3_core_init()
433 if (!(reg & DWC3_DCTL_CSFTRST)) in dwc3_core_init()
Dcore.h231 #define DWC3_DCTL_CSFTRST (1 << 30) macro