Searched refs:dctl (Results 1 – 3 of 3) sorted by relevance
435 u32 dctl = dwc2_readl(hsotg, DCTL); in dwc2_handle_wakeup_detected_intr() local437 dctl &= ~DCTL_RMTWKUPSIG; in dwc2_handle_wakeup_detected_intr()438 dwc2_writel(hsotg, dctl, DCTL); in dwc2_handle_wakeup_detected_intr()
776 u32 dctl; member
5187 u32 dctl; in dwc2_hcd_free() local5232 dctl = dwc2_readl(hsotg, DCTL); in dwc2_hcd_free()5233 dctl |= DCTL_SFTDISCON; in dwc2_hcd_free()5234 dwc2_writel(hsotg, dctl, DCTL); in dwc2_hcd_free()