Searched refs:USB_DWC2_GRSTCTL_AHBIDLE (Results 1 – 3 of 3) sorted by relevance
207 #define USB_DWC2_GRSTCTL_AHBIDLE BIT(USB_DWC2_GRSTCTL_AHBIDLE_POS) macro
257 while (!(base->grstctl & USB_DWC2_GRSTCTL_AHBIDLE)) { in usb_dw_reset()
1820 while (!(sys_read32(grstctl_reg) & USB_DWC2_GRSTCTL_AHBIDLE)) { in dwc2_core_soft_reset()