Searched refs:otgctl (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/usb/dwc2/ |
| D | hcd.c | 2076 u32 usbcfg, otgctl; in dwc2_core_init() local 2127 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init() 2128 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init() 2129 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init() 2164 u32 hcfg, hfir, otgctl, usbcfg; in dwc2_core_host_init() local 2228 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init() 2229 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init() 2230 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init() 2237 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init() 2238 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init() [all …]
|