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

/linux-4.1.27/drivers/usb/dwc2/
H A Dhcd_intr.c245 u32 hfir; dwc2_hprt0_enable() local
250 hfir = readl(hsotg->regs + HFIR); dwc2_hprt0_enable()
251 hfir &= ~HFIR_FRINT_MASK; dwc2_hprt0_enable()
252 hfir |= dwc2_calc_frame_interval(hsotg) << HFIR_FRINT_SHIFT & dwc2_hprt0_enable()
254 writel(hfir, hsotg->regs + HFIR); dwc2_hprt0_enable()
H A Dcore.c655 u32 hcfg, hfir, otgctl; dwc2_core_host_init() local
676 hfir = readl(hsotg->regs + HFIR); dwc2_core_host_init()
677 hfir |= HFIR_RLDCTRL; dwc2_core_host_init()
678 writel(hfir, hsotg->regs + HFIR); dwc2_core_host_init()
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.c1914 union cvmx_usbcx_hfir hfir = { cvmx_usb_schedule() local
1919 if (hfnum.s.frrem < hfir.s.frint/4) cvmx_usb_schedule()

Completed in 102 milliseconds