Searched refs:otgctl (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | core.c | 1126 u32 otgctl; in dwc2_phy_init() local 1163 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_phy_init() 1164 otgctl |= GOTGCTL_VBVALOEN | GOTGCTL_VBVALOVAL; in dwc2_phy_init() 1165 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_phy_init()
|
H A D | hcd.c | 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 in dwc2_core_host_init() [all...] |
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd.c | 2078 u32 usbcfg, otgctl; in dwc2_core_init() local 2129 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_init() 2130 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init() 2131 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_init() 2166 u32 hcfg, hfir, otgctl, usbcfg; in dwc2_core_host_init() local 2230 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init() 2231 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init() 2232 dwc2_writel(hsotg, otgctl, GOTGCTL); in dwc2_core_host_init() 2239 otgctl = dwc2_readl(hsotg, GOTGCTL); in dwc2_core_host_init() 2240 otgctl in dwc2_core_host_init() [all...] |
Completed in 9 milliseconds