Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-dwc3.c53 setbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
61 clrbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
/external/u-boot/include/linux/usb/
Ddwc3.h169 #define DWC3_GCTL_CORESOFTRESET (1 << 11) macro
/external/u-boot/drivers/usb/dwc3/
Dcore.c55 reg |= DWC3_GCTL_CORESOFTRESET; in dwc3_core_soft_reset()
84 reg &= ~DWC3_GCTL_CORESOFTRESET; in dwc3_core_soft_reset()
Dcore.h153 #define DWC3_GCTL_CORESOFTRESET (1 << 11) macro