Lines Matching refs:dctl
1487 int dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_hsotg_set_test_mode() local
1489 dctl &= ~DCTL_TSTCTL_MASK; in dwc2_hsotg_set_test_mode()
1496 dctl |= testmode << DCTL_TSTCTL_SHIFT; in dwc2_hsotg_set_test_mode()
1501 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_hsotg_set_test_mode()
2749 int dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_gadget_handle_ep_disabled() local
2764 int dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_gadget_handle_ep_disabled() local
2766 dctl |= DCTL_CGNPINNAK; in dwc2_gadget_handle_ep_disabled()
2767 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_gadget_handle_ep_disabled()
2772 if (dctl & DCTL_GOUTNAKSTS) { in dwc2_gadget_handle_ep_disabled()
2773 dctl |= DCTL_CGOUTNAK; in dwc2_gadget_handle_ep_disabled()
2774 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_gadget_handle_ep_disabled()
4819 dr->dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_backup_device_registers()
4863 u32 dctl; in dwc2_restore_device_registers() local
4878 dwc2_writel(dr->dctl, hsotg->regs + DCTL); in dwc2_restore_device_registers()
4896 dctl = dwc2_readl(hsotg->regs + DCTL); in dwc2_restore_device_registers()
4897 dctl |= DCTL_PWRONPRGDONE; in dwc2_restore_device_registers()
4898 dwc2_writel(dctl, hsotg->regs + DCTL); in dwc2_restore_device_registers()