Home
last modified time | relevance | path

Searched full:pll_freq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/clk/xilinx/
H A Dzynqmp_clk_pll.c64 uint64_t pll_freq, pll_frac; in zynqmp_clk_pll_recalc() local
84 pll_freq = *freq * div; in zynqmp_clk_pll_recalc()
88 pll_freq += pll_frac; in zynqmp_clk_pll_recalc()
91 *freq = pll_freq; in zynqmp_clk_pll_recalc()
/freebsd/sys/arm/allwinner/
H A Da10_ahci.c117 #define PLL_FREQ 100000000 macro
340 error = clk_set_freq(sc->clk_pll, PLL_FREQ, CLK_SET_ROUND_DOWN); in ahci_a10_attach()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dfsl,qoriq-clock.yaml93 that means output_freq=PLL_freq/2.
H A Dqoriq-clock.txt89 that means output_freq=PLL_freq/2.