Home
last modified time | relevance | path

Searched refs:mfd (Results 1 – 25 of 73) sorted by relevance

123

/arch/m68k/cpu/mcf532x/
A Dspeed.c146 int fref, temp, fout, mfd; in clock_pll() local
155 mfd = (in_be32(&pll->pcr) & 0x3F) + 1; in clock_pll()
157 return (fref * mfd) / busdiv; in clock_pll()
160 mfd = in_8(&pll->pfdr); in clock_pll()
162 return (fref * mfd / (BUSDIV * 4)); in clock_pll()
181 mfd = (BUSDIV * temp) / 100; in clock_pll()
184 fout = ((fref * mfd) / BUSDIV); in clock_pll()
187 mfd = (4 * BUSDIV * temp) / 100; in clock_pll()
190 fout = ((fref * mfd) / (BUSDIV * 4)); in clock_pll()
219 setbits_be32(&pll->pcr, PLL_PCR_FBDIV(mfd - 1)); in clock_pll()
[all …]
/arch/arm/mach-imx/mx5/
A Dclock.c55 u32 mfd; member
66 u32 mfd; member
176 mfd = readl(&pll->mfd); in decode_pll()
574 mfd = fixed_mfd[i].mfd; in calc_pll_params()
601 t1 *= mfd; in calc_pll_params()
608 i = gcd(mfd, mfn); in calc_pll_params()
613 do_div(mfd, i); in calc_pll_params()
614 pll->mfd = (u32)mfd; in calc_pll_params()
659 pll_param->mfd); in config_pll_clk()
670 pll_param->mfd); in config_pll_clk()
[all …]
/arch/arm/dts/
A Dfsl-ls1088a-u-boot.dtsi33 * "simple-mfd" compatible used by U-Boot only,
37 compatible = "fsl,qoriq-mc", "simple-mfd";
40 compatible = "simple-mfd";
A Drk3188-u-boot.dtsi14 compatible = "rockchip,rk3188-pmu", "syscon", "simple-mfd";
A Duniphier-pro4.dtsi246 "simple-mfd", "syscon";
262 "simple-mfd", "syscon";
381 "simple-mfd", "syscon";
424 "simple-mfd", "syscon";
487 "simple-mfd", "syscon";
539 "simple-mfd";
586 "simple-mfd";
635 "simple-mfd";
690 "simple-mfd";
A Duniphier-ld11.dtsi318 "simple-mfd", "syscon";
422 "simple-mfd", "syscon";
433 "simple-mfd", "syscon";
516 "simple-mfd", "syscon";
533 "simple-mfd", "syscon";
564 "simple-mfd", "syscon";
607 "simple-mfd", "syscon";
A Duniphier-ld4.dtsi212 "simple-mfd", "syscon";
228 "simple-mfd", "syscon";
339 "simple-mfd", "syscon";
349 "simple-mfd", "syscon";
399 "simple-mfd", "syscon";
A Duniphier-sld8.dtsi216 "simple-mfd", "syscon";
232 "simple-mfd", "syscon";
344 "simple-mfd", "syscon";
354 "simple-mfd", "syscon";
404 "simple-mfd", "syscon";
A Dbcm2835-rpi.dtsi16 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
A Duniphier-pro5.dtsi346 "simple-mfd", "syscon";
362 "simple-mfd", "syscon";
378 "simple-mfd", "syscon";
388 "simple-mfd", "syscon";
461 "simple-mfd", "syscon";
492 "simple-mfd";
557 "simple-mfd";
A Duniphier-pxs2.dtsi427 "simple-mfd", "syscon";
443 "simple-mfd", "syscon";
494 "simple-mfd", "syscon";
504 "simple-mfd", "syscon";
562 "simple-mfd", "syscon";
618 "simple-mfd";
663 "simple-mfd";
759 "simple-mfd";
A Duniphier-pxs3.dtsi375 "simple-mfd", "syscon";
391 "simple-mfd", "syscon";
445 "simple-mfd", "syscon";
455 "simple-mfd", "syscon";
542 "simple-mfd", "syscon";
623 "simple-mfd";
664 "simple-mfd";
709 "simple-mfd";
812 "simple-mfd";
A Duniphier-ld20.dtsi449 "simple-mfd", "syscon";
553 "simple-mfd", "syscon";
569 "simple-mfd", "syscon";
619 "simple-mfd", "syscon";
629 "simple-mfd", "syscon";
716 "simple-mfd", "syscon";
782 "simple-mfd";
A Dhi3798mv200.dtsi93 compatible = "hisilicon,hi3798mv200-crg", "syscon", "simple-mfd";
108 "simple-mfd";
A Dat91-kstr-sama5d27.dts14 #include <dt-bindings/mfd/atmel-flexcom.h>
A Dfsl-ls1088a-qds.dtsi32 compatible = "simple-mfd";
A Dfsl-ls1028a-qds.dtsi137 compatible = "simple-mfd";
A Dat91-sama7g54_curiosity.dts14 #include <dt-bindings/mfd/atmel-flexcom.h>
/arch/arm/cpu/arm1136/mx31/
A Dgeneric.c18 u32 mfd = GET_PLL_MFD(reg); in mx31_decode_pll() local
23 mfd += 1; in mx31_decode_pll()
26 return lldiv(2 * (u64)infreq * (mfi * mfd + mfn), in mx31_decode_pll()
27 mfd * pd); in mx31_decode_pll()
/arch/riscv/dts/
A Dast2700.dtsi40 compatible = "aspeed,ast2700-scu0", "syscon", "simple-mfd";
55 compatible = "aspeed,ast2700-scu1", "syscon", "simple-mfd";
/arch/mips/dts/
A Dboston-u-boot.dtsi4 compatible = "img,boston-platform-regs", "syscon", "simple-mfd";
A Dmscc,luton.dtsi160 compatible = "mscc,luton-hsio", "syscon", "simple-mfd";
A Dmscc,serval.dtsi198 compatible = "mscc,serval-hsio", "syscon", "simple-mfd";
/arch/arm/mach-imx/imx9/
A Dclock.c57 int rdiv, mfi, mfn, mfd; in decode_pll_vco() local
79 mfd = (int)(readl(&reg->denom.reg) & GENMASK(29, 0)); in decode_pll_vco()
81 clk = clk * (mfi * mfd + mfn) / mfd / rdiv; in decode_pll_vco()
298 writel((rate->mfd & GENMASK(29, 0)), &reg->denom.reg); in configure_fracpll()
/arch/arm/include/asm/arch-imx9/
A Dclock.h182 int mfd; member
200 .mfd = (_d), \

Completed in 38 milliseconds

123