Home
last modified time | relevance | path

Searched refs:otgctl (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/dwc2/
Dhcd.c2276 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()
[all …]