Home
last modified time | relevance | path

Searched refs:fladj (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Dxhci-omap.h114 u32 fladj; member
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c358 if (dwc->fladj == 0) in dwc3_frame_length_adjustment()
363 if (dft != dwc->fladj) { in dwc3_frame_length_adjustment()
365 reg |= DWC3_GFLADJ_30MHZ_SDBND_SEL | dwc->fladj; in dwc3_frame_length_adjustment()
381 unsigned long fladj; in dwc3_ref_clk_period() local
421 fladj = div64_u64(125000ULL * NSEC_PER_SEC, (u64)rate * period); in dwc3_ref_clk_period()
422 fladj -= 125000; in dwc3_ref_clk_period()
433 reg |= FIELD_PREP(DWC3_GFLADJ_REFCLK_FLADJ_MASK, fladj) in dwc3_ref_clk_period()
1581 &dwc->fladj); in dwc3_get_properties()
H A Dcore.h1197 u32 fladj; member