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

/linux-master/drivers/usb/dwc2/
H A Dcore.c628 addr = hsotg->regs + HFIR;
629 dev_dbg(hsotg->dev, "HFIR @0x%08lX : 0x%08X\n",
630 (unsigned long)addr, dwc2_readl(hsotg, HFIR));
H A Dhcd_intr.c246 /* Every time when port enables calculate HFIR.FrInterval */
247 hfir = dwc2_readl(hsotg, HFIR);
251 dwc2_writel(hsotg, hfir, HFIR);
H A Ddebugfs.c540 dump_register(HFIR),
H A Dhw.h682 #define HFIR HSOTG_REG(0x0404) macro
H A Dhcd.c318 * the HFIR register according to PHY type and speed
322 * NOTE: The caller can modify the value of the HFIR register only after the
2160 * This bit allows dynamic reloading of the HFIR register during
2165 hfir = dwc2_readl(hsotg, HFIR);
2167 dwc2_writel(hsotg, hfir, HFIR);
3793 u32 hfir = dwc2_readl(hsotg, HFIR);
5429 hr->hfir = dwc2_readl(hsotg, HFIR);
5473 dwc2_writel(hsotg, hr->hfir, HFIR);

Completed in 149 milliseconds