Lines Matching refs:otgctl
2043 u32 usbcfg, otgctl; in dwc2_core_init() local
2094 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init()
2095 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init()
2096 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init()
2131 u32 hcfg, hfir, otgctl, usbcfg; in dwc2_core_host_init() local
2195 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2196 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
2197 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()
2204 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init()
2205 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
2206 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init()