Lines Matching defs:pll_id
830 static unsigned long stm32mp1_read_pll_freq(enum stm32mp1_pll_id pll_id,
833 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);
1468 static bool stm32mp1_check_pll_conf(enum stm32mp1_pll_id pll_id,
1472 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);
1543 static void stm32mp1_pll_start(enum stm32mp1_pll_id pll_id)
1545 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);
1555 static int stm32mp1_pll_output(enum stm32mp1_pll_id pll_id, uint32_t output)
1557 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);
1565 pll_id, pllxcr, mmio_read_32(pllxcr));
1576 static int stm32mp1_pll_stop(enum stm32mp1_pll_id pll_id)
1578 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);
1594 pll_id, pllxcr, mmio_read_32(pllxcr));
1602 static void stm32mp1_pll_config_output(enum stm32mp1_pll_id pll_id,
1605 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);
1618 static int stm32mp1_pll_config(enum stm32mp1_pll_id pll_id,
1621 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);
1661 stm32mp1_pll_config_output(pll_id, pllcfg);
1666 static void stm32mp1_pll_csg(enum stm32mp1_pll_id pll_id, uint32_t *csg)
1668 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);
2177 enum stm32mp1_pll_id pll_id;
2190 pll_id = _PLL1;
2195 pll_id = _PLL2;
2200 pll_id = _PLL3;
2205 pll_id = _PLL4;
2233 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id);