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

/u-boot/include/linux/usb/
H A Dxhci-omap.h114 u32 fladj; member in struct:omap_dwc_wrapper
/u-boot/drivers/usb/dwc3/
H A Dcore.c103 * @fladj: Value of GFLADJ_30MHZ to adjust frame length
105 static void dwc3_frame_length_adjustment(struct dwc3 *dwc, u32 fladj) argument
112 if (fladj == 0)
117 reg |= DWC3_GFLADJ_30MHZ_SDBND_SEL | fladj;
133 unsigned long fladj; local
170 fladj = div64_u64(125000ULL * NSEC_PER_SEC, (u64)rate * period);
171 fladj -= 125000;
182 reg |= FIELD_PREP(DWC3_GFLADJ_REFCLK_FLADJ_MASK, fladj)
712 dwc3_frame_length_adjustment(dwc, dwc->fladj);
1131 dev_read_u32(dev, "snps,quirk-frame-length-adjustment", &dwc->fladj);
[all...]
H A Dcore.h844 u32 fladj; member in struct:dwc3

Completed in 44 milliseconds