Home
last modified time | relevance | path

Searched refs:DCTL_PWRONPRGDONE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
Dhw.h435 #define DCTL_PWRONPRGDONE (1 << 11) macro
Dgadget.c2402 __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()
Dcore.c229 dctl |= DCTL_PWRONPRGDONE; in dwc2_restore_device_registers()