Lines Matching refs:otgctl
2082 u32 usbcfg, otgctl; in dwc2_core_init() local
2133 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init()
2134 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init()
2135 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init()
2170 u32 hcfg, hfir, otgctl, usbcfg; in dwc2_core_host_init() local
2234 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2235 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
2236 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()
2243 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2244 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
2245 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()