Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp13.c24 #define MAX_OPP CFG_STM32MP_OPP_COUNT macro
82 struct stm32_clk_opp_cfg mpu_opp[MAX_OPP];
83 struct stm32_clk_opp_cfg axi_opp[MAX_OPP];
84 struct stm32_clk_opp_cfg mlahbs_opp[MAX_OPP];
1612 if (nb_opp >= MAX_OPP) { in stm32_clk_parse_fdt_opp()
1613 EMSG("%d MAX opp in %s", MAX_OPP, opp_name); in stm32_clk_parse_fdt_opp()
1822 for (i = 0; i < MAX_OPP; i++, opp_cfg++) { in clk_stm32_get_opp_config()
H A Dclk-stm32mp21.c28 #define MAX_OPP CFG_STM32MP_OPP_COUNT macro
180 struct stm32_clk_opp_cfg cpu1_opp[MAX_OPP];
1180 assert(nb_opp <= MAX_OPP); in stm32_clk_parse_fdt_opp()
2117 for (i = 0; i < MAX_OPP && opp_cfg->frq; i++, opp_cfg++) in clk_stm32_get_opp_config()
H A Dclk-stm32mp25.c28 #define MAX_OPP CFG_STM32MP_OPP_COUNT macro
125 struct stm32_clk_opp_cfg cpu1_opp[MAX_OPP];
1195 assert(nb_opp <= MAX_OPP); in stm32_clk_parse_fdt_opp()
2110 for (i = 0; i < MAX_OPP && opp_cfg->frq; i++, opp_cfg++) in clk_stm32_get_opp_config()