Searched refs:stm32mp1_clk_on (Results 1 – 1 of 1) sorted by relevance
405 const uint8_t stm32mp1_clk_on[] = { variable1158 ARRAY_SIZE(stm32mp1_clk_on)];1178 return stm32mp1_clk_on[on_index]; in clk_to_clock_id()1205 for (n = 0; n < ARRAY_SIZE(stm32mp1_clk_on); n++) in clock_id_to_always_on_index()1206 if (stm32mp1_clk_on[n] == clock_id) in clock_id_to_always_on_index()