Searched refs:DCTL_SFTDISCON (Results 1 – 3 of 3) sorted by relevance
2326 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected()2436 val |= DCTL_SFTDISCON; in dwc2_hsotg_core_init_disconnected()2448 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_disconnect()2454 __bic32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_connect()3095 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_init()
444 #define DCTL_SFTDISCON (1 << 1) macro
2963 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()