Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32f4.c525 int pll_idx; member
1773 clks[post_div->pll_idx], in stm32f4_rcc_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c122 long pll_idx = pll - dev_priv->dpll.shared_dplls; in intel_get_shared_dpll_id() local
125 pll_idx < 0 || in intel_get_shared_dpll_id()
126 pll_idx >= dev_priv->dpll.num_shared_dpll)) in intel_get_shared_dpll_id()
129 return pll_idx; in intel_get_shared_dpll_id()