Home
last modified time | relevance | path

Searched refs:DWC2_GRSTCTL_CSFTRST (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c157 writel(DWC2_GRSTCTL_CSFTRST, &regs->grstctl); in dwc_otg_core_reset()
158 ret = wait_for_bit_le32(&regs->grstctl, DWC2_GRSTCTL_CSFTRST, in dwc_otg_core_reset()
H A Ddwc2.h196 #define DWC2_GRSTCTL_CSFTRST (1 << 0) macro