• Home
  • Raw
  • Download

Lines Matching refs:pll_id

806 static unsigned long stm32mp1_read_pll_freq(enum stm32mp1_pll_id pll_id,  in stm32mp1_read_pll_freq()  argument
809 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_read_pll_freq()
1367 static bool stm32mp1_check_pll_conf(enum stm32mp1_pll_id pll_id, in stm32mp1_check_pll_conf() argument
1371 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_check_pll_conf()
1442 static void stm32mp1_pll_start(enum stm32mp1_pll_id pll_id) in stm32mp1_pll_start() argument
1444 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_start()
1454 static int stm32mp1_pll_output(enum stm32mp1_pll_id pll_id, uint32_t output) in stm32mp1_pll_output() argument
1456 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_output()
1464 pll_id, pllxcr, mmio_read_32(pllxcr)); in stm32mp1_pll_output()
1475 static int stm32mp1_pll_stop(enum stm32mp1_pll_id pll_id) in stm32mp1_pll_stop() argument
1477 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_stop()
1493 pll_id, pllxcr, mmio_read_32(pllxcr)); in stm32mp1_pll_stop()
1501 static void stm32mp1_pll_config_output(enum stm32mp1_pll_id pll_id, in stm32mp1_pll_config_output() argument
1504 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_config_output()
1517 static int stm32mp1_pll_config(enum stm32mp1_pll_id pll_id, in stm32mp1_pll_config() argument
1520 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_config()
1560 stm32mp1_pll_config_output(pll_id, pllcfg); in stm32mp1_pll_config()
1565 static void stm32mp1_pll_csg(enum stm32mp1_pll_id pll_id, uint32_t *csg) in stm32mp1_pll_csg() argument
1567 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in stm32mp1_pll_csg()
2052 enum stm32mp1_pll_id pll_id; in get_parent_id_parent() local
2065 pll_id = _PLL1; in get_parent_id_parent()
2070 pll_id = _PLL2; in get_parent_id_parent()
2075 pll_id = _PLL3; in get_parent_id_parent()
2080 pll_id = _PLL4; in get_parent_id_parent()
2108 const struct stm32mp1_clk_pll *pll = pll_ref(pll_id); in get_parent_id_parent()