Searched refs:opp_count (Results 1 – 1 of 1) sorted by relevance
49 unsigned int opp_count; member63 return cpu_opp.opp_count; in stm32_cpu_opp_count()74 assert(opp < cpu_opp.opp_count); in stm32_cpu_opp_level()223 if (!cpu_opp.opp_count) in stm32_cpu_opp_set_level()235 for (opp = 0; opp < cpu_opp.opp_count; opp++) in stm32_cpu_opp_set_level()239 if (opp == cpu_opp.opp_count) { in stm32_cpu_opp_set_level()261 if (!cpu_opp.opp_count) { in stm32_cpu_opp_read_level()335 cpu_opp.opp_count = CFG_STM32MP_OPP_COUNT; in stm32_cpu_opp_get_dt_subnode()369 cpu_opp.opp_count--; in stm32_cpu_opp_get_dt_subnode()377 cpu_opp.opp_count--; in stm32_cpu_opp_get_dt_subnode()[all …]