Searched refs:otgctl (Results 1 – 1 of 1) sorted by relevance
407 u32 usbcfg, otgctl; in dwc2_core_init() local451 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() local705 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()[all …]