Home
last modified time | relevance | path

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

/u-boot/drivers/usb/dwc3/
A Dcore.c106 static void dwc3_frame_length_adjustment(struct dwc3 *dwc, u32 fladj) in dwc3_frame_length_adjustment() argument
113 if (fladj == 0) in dwc3_frame_length_adjustment()
118 reg |= DWC3_GFLADJ_30MHZ_SDBND_SEL | fladj; in dwc3_frame_length_adjustment()
134 unsigned long fladj; in dwc3_ref_clk_period() local
171 fladj = div64_u64(125000ULL * NSEC_PER_SEC, (u64)rate * period); in dwc3_ref_clk_period()
172 fladj -= 125000; in dwc3_ref_clk_period()
183 reg |= FIELD_PREP(DWC3_GFLADJ_REFCLK_FLADJ_MASK, fladj) in dwc3_ref_clk_period()
713 dwc3_frame_length_adjustment(dwc, dwc->fladj); in dwc3_core_init()
1120 dev_read_u32(dev, "snps,quirk-frame-length-adjustment", &dwc->fladj); in dwc3_of_parse()
A Dcore.h842 u32 fladj; member
/u-boot/include/linux/usb/
A Dxhci-omap.h114 u32 fladj; member

Completed in 14 milliseconds