Searched refs:otgctl (Results 1 – 1 of 1) sorted by relevance
774 u32 usbcfg, otgctl; in dwc2_core_init() local818 otgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_core_init()819 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init()821 otgctl |= GOTGCTL_OTGVER; in dwc2_core_init()822 dwc2_writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_init()1023 u32 hcfg, hfir, otgctl; in dwc2_core_host_init() local1073 otgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()1074 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()1075 dwc2_writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_host_init()1082 otgctl = dwc2_readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()[all …]