Searched refs:hfir (Results 1 – 3 of 3) sorted by relevance
245 u32 hfir; in dwc2_hprt0_enable() local250 hfir = readl(hsotg->regs + HFIR); in dwc2_hprt0_enable()251 hfir &= ~HFIR_FRINT_MASK; in dwc2_hprt0_enable()252 hfir |= dwc2_calc_frame_interval(hsotg) << HFIR_FRINT_SHIFT & in dwc2_hprt0_enable()254 writel(hfir, hsotg->regs + HFIR); in dwc2_hprt0_enable()
655 u32 hcfg, hfir, otgctl; in dwc2_core_host_init() local676 hfir = readl(hsotg->regs + HFIR); in dwc2_core_host_init()677 hfir |= HFIR_RLDCTRL; in dwc2_core_host_init()678 writel(hfir, hsotg->regs + HFIR); in dwc2_core_host_init()
1914 union cvmx_usbcx_hfir hfir = { in cvmx_usb_schedule() local1919 if (hfnum.s.frrem < hfir.s.frint/4) in cvmx_usb_schedule()