Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dcore.c407 u32 usbcfg, otgctl; in dwc2_core_init() local
451 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_init()
452 otgctl &= ~GOTGCTL_OTGVER; in dwc2_core_init()
454 otgctl |= GOTGCTL_OTGVER; in dwc2_core_init()
455 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_init()
655 u32 hcfg, hfir, otgctl; in dwc2_core_host_init() local
705 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()
706 otgctl &= ~GOTGCTL_HSTSETHNPEN; in dwc2_core_host_init()
707 writel(otgctl, hsotg->regs + GOTGCTL); in dwc2_core_host_init()
714 otgctl = readl(hsotg->regs + GOTGCTL); in dwc2_core_host_init()
[all …]