Searched refs:DCTL_SFTDISCON (Results 1 – 3 of 3) sorted by relevance
3296 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_init_disconnected()3427 val |= DCTL_SFTDISCON; in dwc2_hsotg_core_init_disconnected()3445 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_disconnect()3451 __bic32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_core_connect()4222 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in dwc2_hsotg_init()
448 #define DCTL_SFTDISCON BIT(1) macro
5139 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()