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

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_core.c665 addr = HFIR;
666 dev_dbg(hsotg->dev, "HFIR @0x%08lX : 0x%08X\n",
667 (unsigned long)addr, dwc2_readl(hsotg, HFIR));
H A Ddwc2_hw.h714 #define HFIR HSOTG_REG(0x0404) macro
H A Ddwc2_hcdintr.c285 /* Every time when port enables calculate HFIR.FrInterval */
286 hfir = dwc2_readl(hsotg, HFIR);
290 dwc2_writel(hsotg, hfir, HFIR);
H A Ddwc2_hcd.c368 * the HFIR register according to PHY type and speed
372 * NOTE: The caller can modify the value of the HFIR register only after the
2236 * This bit allows dynamic reloading of the HFIR register during
2241 hfir = dwc2_readl(hsotg, HFIR);
2243 dwc2_writel(hsotg, hfir, HFIR);
3877 u32 hfir = dwc2_readl(hsotg, HFIR);
5465 hr->hfir = dwc2_readl(hsotg, HFIR);
5502 dwc2_writel(hsotg, hr->hfir, HFIR);

Completed in 197 milliseconds