Searched refs:DCTL_PWRONPRGDONE (Results 1 – 3 of 3) sorted by relevance
435 #define DCTL_PWRONPRGDONE (1 << 11) macro
2402 __orr32(hsotg->regs + DCTL, DCTL_PWRONPRGDONE); in dwc2_hsotg_core_init_disconnected()2404 __bic32(hsotg->regs + DCTL, DCTL_PWRONPRGDONE); in dwc2_hsotg_core_init_disconnected()
229 dctl |= DCTL_PWRONPRGDONE; in dwc2_restore_device_registers()