Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/clock/ti/
Dapll.txt17 - compatible : shall be "ti,dra7-apll-clock" or "ti,omap2-apll-clock"
34 compatible = "ti,dra7-apll-clock";
39 compatible = "ti,omap2-apll-clock";
/Linux-v5.4/sound/soc/mediatek/mt8183/
Dmt8183-afe-clk.h32 int mt8183_get_apll_rate(struct mtk_base_afe *afe, int apll);
Dmt8183-dai-tdm.c440 int apll; in mtk_dai_tdm_cal_mclk() local
443 apll = mt8183_get_apll_by_rate(afe, freq); in mtk_dai_tdm_cal_mclk()
444 apll_rate = mt8183_get_apll_rate(afe, apll); in mtk_dai_tdm_cal_mclk()
459 tdm_priv->mclk_apll = apll; in mtk_dai_tdm_cal_mclk()
Dmt8183-afe-clk.c487 int mt8183_get_apll_rate(struct mtk_base_afe *afe, int apll) in mt8183_get_apll_rate() argument
489 return (apll == MT8183_APLL1) ? 180633600 : 196608000; in mt8183_get_apll_rate()
545 int apll = mt8183_get_apll_by_rate(afe, rate); in mt8183_mck_enable() local
546 int apll_clk_id = apll == MT8183_APLL1 ? in mt8183_mck_enable()
Dmt8183-dai-i2s.c795 int apll; in mtk_dai_i2s_set_sysclk() local
810 apll = mt8183_get_apll_by_rate(afe, freq); in mtk_dai_i2s_set_sysclk()
811 apll_rate = mt8183_get_apll_rate(afe, apll); in mtk_dai_i2s_set_sysclk()
825 i2s_priv->mclk_apll = apll; in mtk_dai_i2s_set_sysclk()
/Linux-v5.4/drivers/clk/samsung/
Dclk-exynos5250.c105 apll, mpll, cpll, epll, vpll, gpll, bpll, enumerator
733 [apll] = PLL(pll_35xx, CLK_FOUT_APLL, "fout_apll", "fin_pll", APLL_LOCK,
749 #define E5250_CPU_DIV0(apll, pclk_dbg, atb, periph, acp, cpud) \ argument
750 ((((apll) << 24) | ((pclk_dbg) << 20) | ((atb) << 16) | \
804 exynos5250_plls[apll].rate_table = apll_24mhz_tbl; in exynos5250_clk_init()
Dclk-exynos5410.c61 apll, cpll, epll, mpll, enumerator
240 [apll] = PLL(pll_35xx, CLK_FOUT_APLL, "fout_apll", "fin_pll", APLL_LOCK,
Dclk-exynos4.c146 apll, mpll, epll, vpll, enumerator
1147 [apll] = PLL(pll_4508, CLK_FOUT_APLL, "fout_apll", "fin_pll",
1158 [apll] = PLL(pll_35xx, CLK_FOUT_APLL, "fout_apll", "fin_pll",
1192 #define E4210_CPU_DIV0(apll, pclk_dbg, atb, periph, corem1, corem0) \ argument
1193 (((apll) << 24) | ((pclk_dbg) << 20) | ((atb) << 16) | \
1255 exynos4210_plls[apll].rate_table = in exynos4_clk_init()
1269 exynos4x12_plls[apll].rate_table = in exynos4_clk_init()
Dclk-s5pv210.c68 apll, enumerator
716 [apll] = PLL(pll_4508, FOUT_APLL, "fout_apll", "fin_pll",
728 [apll] = PLL(pll_4502, FOUT_APLL, "fout_apll", "fin_pll",
Dclk-exynos5420.c149 apll, cpll, dpll, epll, rpll, ipll, spll, vpll, mpll, enumerator
1441 [apll] = PLL(pll_2550, CLK_FOUT_APLL, "fout_apll", "fin_pll", APLL_LOCK,
1465 #define E5420_EGL_DIV0(apll, pclk_dbg, atb, cpud) \ argument
1466 ((((apll) << 24) | ((pclk_dbg) << 20) | ((atb) << 16) | \
1561 exynos5x_plls[apll].rate_table = exynos5420_pll2550x_24mhz_tbl; in exynos5x_clk_init()
Dclk-exynos3250.c788 #define E3250_CPU_DIV0(apll, pclk_dbg, atb, corem) \ argument
789 (((apll) << 24) | ((pclk_dbg) << 20) | ((atb) << 16) | \
/Linux-v5.4/drivers/clk/ti/
DMakefile6 fixed-factor.o mux.o apll.o \
/Linux-v5.4/Documentation/devicetree/bindings/phy/
Dti-phy.txt85 * "phy-div" - divider for apll
86 * "div-clk" - apll clock
/Linux-v5.4/drivers/clk/rockchip/
Dclk-rk3036.c21 apll, dpll, gpll, enumerator
135 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0),
Dclk-rk3188.c19 apll, cpll, dpll, gpll, enumerator
214 [apll] = PLL(pll_rk3066, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0),
225 [apll] = PLL(pll_rk3066, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0),
Dclk-rk3128.c18 apll, dpll, cpll, gpll, enumerator
158 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0),
Dclk-rk3228.c19 apll, dpll, cpll, gpll, enumerator
170 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0),
Dclk-rk3328.c21 apll, dpll, cpll, gpll, npll, enumerator
214 [apll] = PLL(pll_rk3328, PLL_APLL, "apll", mux_pll_p,
Dclk-rv1108.c19 apll, dpll, gpll, enumerator
153 [apll] = PLL(pll_rk3399, PLL_APLL, "apll", mux_pll_p, 0, RV1108_PLL_CON(0),
Dclk-rk3288.c19 apll, dpll, cpll, gpll, npll, enumerator
220 [apll] = PLL(pll_rk3066, PLL_APLL, "apll", mux_pll_p, 0, RK3288_PLL_CON(0),
Dclk-px30.c18 apll, dpll, cpll, npll, apll_b_h, apll_b_l, enumerator
180 [apll] = PLL(pll_rk3328, PLL_APLL, "apll", mux_pll_p,
Dclk-rk3308.c18 apll, dpll, vpll0, vpll1, enumerator
180 [apll] = PLL(pll_rk3328, PLL_APLL, "apll", mux_pll_p,
/Linux-v5.4/drivers/media/i2c/
Dsaa7115.c93 bool apll; member
787 if (state->apll) in saa711x_s_clock_freq()
1387 state->apll = flags & SAA7115_FREQ_FL_APLL; in saa711x_s_crystal_freq()
/Linux-v5.4/arch/arm/boot/dts/
Domap24xx-clocks.dtsi130 compatible = "ti,omap2-apll-clock";
140 compatible = "ti,omap2-apll-clock";
Ddra7xx-clocks.dtsi1155 compatible = "ti,dra7-apll-clock";