/linux/sound/soc/fsl/ |
H A D | fsl_utils.c | 125 struct clk *p, *pll = NULL, *npll = NULL; in fsl_asoc_reparent_pll_clocks() local 144 npll = (do_div(ratio, 8000) ? pll11k_clk : pll8k_clk); in fsl_asoc_reparent_pll_clocks() 145 reparent = (pll && !clk_is_match(pll, npll)); in fsl_asoc_reparent_pll_clocks() 148 ret = clk_set_parent(p, npll); in fsl_asoc_reparent_pll_clocks()
|
H A D | fsl_rpmsg.c | 44 struct clk *p = rpmsg->mclk, *pll = NULL, *npll = NULL; in fsl_rpmsg_hw_params() local 62 npll = (do_div(rate, 8000) ? rpmsg->pll11k : rpmsg->pll8k); in fsl_rpmsg_hw_params() 63 if (!clk_is_match(pll, npll)) { in fsl_rpmsg_hw_params() 64 ret = clk_set_parent(p, npll); in fsl_rpmsg_hw_params() 67 __clk_get_name(npll), ret); in fsl_rpmsg_hw_params()
|
/linux/drivers/clk/rockchip/ |
H A D | clk-rk3328.c | 21 apll, dpll, cpll, gpll, npll, enumerator 227 [npll] = PLL(pll_rk3328, PLL_NPLL, "npll", mux_pll_p,
|
H A D | clk-rk3368.c | 17 apllb, aplll, dpll, cpll, gpll, npll, enumerator 140 [npll] = PLL(pll_rk3066, PLL_NPLL, "npll", mux_pll_p, 0, RK3368_PLL_CON(20),
|
H A D | clk-rk3288.c | 24 apll, dpll, cpll, gpll, npll, enumerator 234 [npll] = PLL(pll_rk3066, PLL_NPLL, "npll", mux_pll_p, 0, RK3288_PLL_CON(16),
|
H A D | clk-px30.c | 18 apll, dpll, cpll, npll, apll_b_h, apll_b_l, enumerator 194 [npll] = PLL(pll_rk3328, PLL_NPLL, "npll", mux_pll_p,
|
H A D | clk-rk3399.c | 19 lpll, bpll, dpll, cpll, gpll, npll, vpll, enumerator 229 [npll] = PLL(pll_rk3399, PLL_NPLL, "npll", mux_pll_p, 0, RK3399_PLL_CON(40),
|
H A D | clk-rk3568.c | 23 apll, dpll, gpll, cpll, npll, vpll, enumerator 340 [npll] = PLL(pll_rk3328, PLL_NPLL, "npll", mux_pll_p,
|