Searched refs:npll (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/soc/fsl/ |
| A D | fsl_rpmsg.c | 45 struct clk *p = rpmsg->mclk, *pll = NULL, *npll = NULL; in fsl_rpmsg_hw_params() local 63 npll = (do_div(rate, 8000) ? rpmsg->pll11k : rpmsg->pll8k); in fsl_rpmsg_hw_params() 64 if (!clk_is_match(pll, npll)) { in fsl_rpmsg_hw_params() 65 ret = clk_set_parent(p, npll); in fsl_rpmsg_hw_params() 68 __clk_get_name(npll), ret); in fsl_rpmsg_hw_params()
|
| /linux/drivers/clk/rockchip/ |
| A D | clk-rk3328.c | 21 apll, dpll, cpll, gpll, npll, enumerator 227 [npll] = PLL(pll_rk3328, PLL_NPLL, "npll", mux_pll_p,
|
| 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),
|
| 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),
|
| 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,
|
| 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),
|
| A D | clk-rk3568.c | 23 apll, dpll, gpll, cpll, npll, vpll, enumerator 327 [npll] = PLL(pll_rk3328, PLL_NPLL, "npll", mux_pll_p,
|
Completed in 14 milliseconds