Home
last modified time | relevance | path

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

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