Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/dwc2/
Dcore.c209 dwc2_writel(hsotg, GINTSTS_RESTOREDONE, GINTMSK); in dwc2_restore_essential_regs()
295 if (dwc2_hsotg_wait_bit_set(hsotg, GINTSTS, GINTSTS_RESTOREDONE, in dwc2_hib_restore_common()
307 dwc2_writel(hsotg, GINTSTS_RESTOREDONE, GINTSTS); in dwc2_hib_restore_common()
Dhw.h160 #define GINTSTS_RESTOREDONE BIT(16) macro