Home
last modified time | relevance | path

Searched refs:opp_count (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/
H A Dstm32_cpu_opp.c49 unsigned int opp_count; member
63 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 …]