Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd_intr.c245 u32 hfir; in dwc2_hprt0_enable() local
250 hfir = dwc2_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 dwc2_writel(hfir, hsotg->regs + HFIR); in dwc2_hprt0_enable()
Dcore.c82 hr->hfir = dwc2_readl(hsotg->regs + HFIR); in dwc2_backup_host_registers()
118 dwc2_writel(hr->hfir, hsotg->regs + HFIR); in dwc2_restore_host_registers()
1023 u32 hcfg, hfir, otgctl; in dwc2_core_host_init() local
1044 hfir = dwc2_readl(hsotg->regs + HFIR); in dwc2_core_host_init()
1045 hfir |= HFIR_RLDCTRL; in dwc2_core_host_init()
1046 dwc2_writel(hfir, hsotg->regs + HFIR); in dwc2_core_host_init()
Dcore.h559 u32 hfir; member
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.c1920 union cvmx_usbcx_hfir hfir = { in cvmx_usb_schedule() local
1925 if (hfnum.s.frrem < hfir.s.frint/4) in cvmx_usb_schedule()