Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/freescale/s32v234evb/
H A Dclock.c21 u32 pll_idx; in select_pll_source_clk() local
42 pll_idx = 3; in select_pll_source_clk()
45 pll_idx = 1; in select_pll_source_clk()
48 pll_idx = 2; in select_pll_source_clk()
51 pll_idx = pll; in select_pll_source_clk()
54 writel(readl(&src->gpr1) | SRC_GPR1_PLL_SOURCE(pll_idx, clk_src), in select_pll_source_clk()