Home
last modified time | relevance | path

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

/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c92 #define RCC_NB_RIF_RES U(114) macro
93 #define RCC_NB_CONFS DIV_ROUND_UP(RCC_NB_RIF_RES, 32)
1267 assert(pdata->nb_res <= RCC_NB_RIF_RES); in stm32_clk_parse_fdt()
1269 pdata->conf_data.cid_confs = calloc(RCC_NB_RIF_RES, sizeof(uint32_t)); in stm32_clk_parse_fdt()
1281 RCC_NB_RIF_RES); in stm32_clk_parse_fdt()
3490 for (i = 0; i < RCC_NB_RIF_RES; i++) { in handle_available_semaphores()
3535 for (i = 0; i < RCC_NB_RIF_RES; i++) { in apply_rcc_rif_config()
3571 for (i = 0; i < RCC_NB_RIF_RES; i++) { in apply_rcc_rif_config()
3624 for (i = 0; i < RCC_NB_RIF_RES; i++) in stm32_rcc_rif_pm_suspend()
H A Dclk-stm32mp25.c83 #define RCC_NB_RIF_RES U(114) macro
84 #define RCC_NB_CONFS ROUNDUP_DIV(RCC_NB_RIF_RES, 32)
1285 assert(pdata->nb_res <= RCC_NB_RIF_RES); in stm32_clk_parse_fdt()
1287 pdata->conf_data.cid_confs = calloc(RCC_NB_RIF_RES, sizeof(uint32_t)); in stm32_clk_parse_fdt()
1299 RCC_NB_RIF_RES); in stm32_clk_parse_fdt()
3566 for (i = 0; i < RCC_NB_RIF_RES; i++) { in handle_available_semaphores()
3614 for (i = 0; i < RCC_NB_RIF_RES; i++) { in apply_rcc_rif_config()
3638 for (i = 0; i < RCC_NB_RIF_RES; i++) { in apply_rcc_rif_config()
3679 for (i = 0; i < RCC_NB_RIF_RES; i++) in stm32_rcc_rif_pm_suspend()