Searched refs:stm32mp_rcc_clock_id_to_clk (Results 1 – 8 of 8) sorted by relevance
17 struct clk *stm32mp_rcc_clock_id_to_clk(unsigned long clock_id);
118 clk_disable(stm32mp_rcc_clock_id_to_clk(RTCAPB)); in stm32mp_register_online_cpu()214 if (clk_enable(stm32mp_rcc_clock_id_to_clk(RTCAPB))) in psci_cpu_off()
149 if (clk_enable(stm32mp_rcc_clock_id_to_clk(CK_CSI)) || in stm32mp1_iocomp()150 clk_enable(stm32mp_rcc_clock_id_to_clk(SYSCFG))) in stm32mp1_iocomp()
68 struct clk *stm32mp_rcc_clock_id_to_clk(unsigned long clock_id);
522 struct clk *dbg_clk = stm32mp_rcc_clock_id_to_clk(CK_DBG); in init_debug()
1135 clk->clk = stm32mp_rcc_clock_id_to_clk(clk->clock_id); in stm32mp1_init_scmi_server()
579 struct clk *stm32mp_rcc_clock_id_to_clk(unsigned long clock_id) in stm32mp_rcc_clock_id_to_clk() function599 clk = stm32mp_rcc_clock_id_to_clk(clock_id); in stm32mp_clk_dt_get_clk()
1086 clk_enable(stm32mp_rcc_clock_id_to_clk(secure_enable[idx])); in enable_static_secure_clocks()1089 clk_enable(stm32mp_rcc_clock_id_to_clk(RTCAPB)); in enable_static_secure_clocks()1226 struct clk *stm32mp_rcc_clock_id_to_clk(unsigned long clock_id) in stm32mp_rcc_clock_id_to_clk() function