Searched refs:GINTSTS_RESTOREDONE (Results 1 – 2 of 2) sorted by relevance
179 dwc2_writel(hsotg, GINTSTS_RESTOREDONE, GINTMSK); in dwc2_restore_essential_regs()270 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_RESTOREDONE, in dwc2_hib_restore_common()282 dwc2_writel(hsotg, GINTSTS_RESTOREDONE, GINTSTS); in dwc2_hib_restore_common()
142 #define GINTSTS_RESTOREDONE BIT(16) macro