Lines Matching refs:otgctl
407 u32 usbcfg, otgctl; in dwc2_core_init() local
451 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_init()
452 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init()
454 otgctl |= GOTGCTL_OTGVER; in dwc2_core_init()
455 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_init()
655 u32 hcfg, hfir, otgctl; in dwc2_core_host_init() local
705 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()
706 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
707 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_host_init()
714 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()
715 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
716 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_host_init()