Lines Matching refs:otgctl
2276 u32 usbcfg, otgctl; in dwc2_core_init() local
2327 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init()
2328 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init()
2329 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init()
2364 u32 hcfg, hfir, otgctl, usbcfg; in dwc2_core_host_init() local
2428 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2429 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
2430 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()
2437 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2438 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
2439 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()