Searched refs:DCTL_SFTDISCON (Results 1 – 3 of 3) sorted by relevance
443 #define DCTL_SFTDISCON (1 << 1) macro
2300 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_init_disconnected()2406 val |= DCTL_SFTDISCON; in s3c_hsotg_core_init_disconnected()2418 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_disconnect()2424 __bic32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_core_connect()2996 __orr32(hsotg->regs + DCTL, DCTL_SFTDISCON); in s3c_hsotg_init()
2741 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()