Lines Matching refs:pll_id
1082 static unsigned long stm32mp1_read_pll_freq(enum stm32mp1_pll_id pll_id, in stm32mp1_read_pll_freq() argument
1085 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_read_pll_freq()
1725 static bool stm32mp1_check_pll_conf(enum stm32mp1_pll_id pll_id, in stm32mp1_check_pll_conf() argument
1729 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_check_pll_conf()
1795 static void stm32mp1_pll_start(enum stm32mp1_pll_id pll_id) in stm32mp1_pll_start() argument
1797 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_start()
1807 static int stm32mp1_pll_output(enum stm32mp1_pll_id pll_id, uint32_t output) in stm32mp1_pll_output() argument
1809 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_output()
1817 pll_id, pllxcr, mmio_read_32(pllxcr)); in stm32mp1_pll_output()
1828 static int stm32mp1_pll_stop(enum stm32mp1_pll_id pll_id) in stm32mp1_pll_stop() argument
1830 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_stop()
1846 pll_id, pllxcr, mmio_read_32(pllxcr)); in stm32mp1_pll_stop()
1854 static void stm32mp1_pll_config_output(enum stm32mp1_pll_id pll_id, in stm32mp1_pll_config_output() argument
1857 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_config_output()
1870 static int stm32mp1_pll_config(enum stm32mp1_pll_id pll_id, in stm32mp1_pll_config() argument
1873 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_config()
1913 stm32mp1_pll_config_output(pll_id, pllcfg); in stm32mp1_pll_config()
1918 static void stm32mp1_pll_csg(enum stm32mp1_pll_id pll_id, uint32_t *csg) in stm32mp1_pll_csg() argument
1920 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_csg()
2433 enum stm32mp1_pll_id pll_id; in get_parent_id_parent() local
2446 pll_id = _PLL1; in get_parent_id_parent()
2451 pll_id = _PLL2; in get_parent_id_parent()
2456 pll_id = _PLL3; in get_parent_id_parent()
2461 pll_id = _PLL4; in get_parent_id_parent()
2489 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in get_parent_id_parent()