Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c56 const struct fixed_pll_mfd fixed_mfd[] = { variable
570 for (i = 0; i < ARRAY_SIZE(fixed_mfd); i++) { in calc_pll_params()
571 if (fixed_mfd[i].ref_clk_hz == ref) { in calc_pll_params()
572 mfd = fixed_mfd[i].mfd; in calc_pll_params()
577 if (i == ARRAY_SIZE(fixed_mfd)) in calc_pll_params()