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

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

Completed in 69 milliseconds