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

/drivers/usb/dwc2/
H A Dhw.h652 #define HFIR HSOTG_REG(0x0404) macro
H A Dcore.c681 * This bit allows dynamic reloading of the HFIR register during
686 hfir = readl(hsotg->regs + HFIR);
688 writel(hfir, hsotg->regs + HFIR);
1729 * the HFIR register according to PHY type and speed
1733 * NOTE: The caller can modify the value of the HFIR register only after the
1821 addr = hsotg->regs + HFIR;
1822 dev_dbg(hsotg->dev, "HFIR @0x%08lX : 0x%08X\n",
H A Dhcd_intr.c249 /* Every time when port enables calculate HFIR.FrInterval */
250 hfir = readl(hsotg->regs + HFIR);
254 writel(hfir, hsotg->regs + HFIR);

Completed in 76 milliseconds