Searched refs:otgctl (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/usb/dwc2/ |
| D | dwc2_core.c | 1163 u32 otgctl; in dwc2_phy_init() local 1200 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_phy_init() 1201 otgctl |= GOTGCTL_VBVALOEN | GOTGCTL_VBVALOVAL; in dwc2_phy_init() 1202 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_phy_init()
|
| D | dwc2_hcd.c | 2119 u32 usbcfg, otgctl; in dwc2_core_init() local 2170 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init() 2171 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init() 2172 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init() 2207 u32 hcfg, hfir, otgctl, usbcfg; in dwc2_core_host_init() local 2271 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init() 2272 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init() 2273 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init() 2280 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init() 2281 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init() [all …]
|