Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dcore.c369 if (dwc->fladj == 0) in dwc3_frame_length_adjustment()
374 if (dft != dwc->fladj) { in dwc3_frame_length_adjustment()
376 reg |= DWC3_GFLADJ_30MHZ_SDBND_SEL | dwc->fladj; in dwc3_frame_length_adjustment()
392 unsigned long fladj; in dwc3_ref_clk_period() local
432 fladj = div64_u64(125000ULL * NSEC_PER_SEC, (u64)rate * period); in dwc3_ref_clk_period()
433 fladj -= 125000; in dwc3_ref_clk_period()
444 reg |= FIELD_PREP(DWC3_GFLADJ_REFCLK_FLADJ_MASK, fladj) in dwc3_ref_clk_period()
1796 &dwc->fladj); in dwc3_get_properties()
Dcore.h1231 u32 fladj; member