Searched refs:RCC_NB_CONFS (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp21.c | 93 #define RCC_NB_CONFS DIV_ROUND_UP(RCC_NB_RIF_RES, 32) macro 1270 pdata->conf_data.sec_conf = calloc(RCC_NB_CONFS, sizeof(uint32_t)); in stm32_clk_parse_fdt() 1271 pdata->conf_data.priv_conf = calloc(RCC_NB_CONFS, sizeof(uint32_t)); in stm32_clk_parse_fdt() 1272 pdata->conf_data.lock_conf = calloc(RCC_NB_CONFS, sizeof(uint32_t)); in stm32_clk_parse_fdt() 1273 pdata->conf_data.access_mask = calloc(RCC_NB_CONFS, sizeof(uint32_t)); in stm32_clk_parse_fdt() 3559 for (index = 0; index < RCC_NB_CONFS; index++) { in apply_rcc_rif_config() 3583 for (index = 0; index < RCC_NB_CONFS; index++) { in apply_rcc_rif_config() 3594 for (index = 0; index < RCC_NB_CONFS; index++) { in apply_rcc_rif_config() 3628 for (i = 0; i < RCC_NB_CONFS; i++) { in stm32_rcc_rif_pm_suspend()
|
| H A D | clk-stm32mp25.c | 84 #define RCC_NB_CONFS ROUNDUP_DIV(RCC_NB_RIF_RES, 32) macro 1288 pdata->conf_data.sec_conf = calloc(RCC_NB_CONFS, sizeof(uint32_t)); in stm32_clk_parse_fdt() 1289 pdata->conf_data.priv_conf = calloc(RCC_NB_CONFS, sizeof(uint32_t)); in stm32_clk_parse_fdt() 1290 pdata->conf_data.lock_conf = calloc(RCC_NB_CONFS, sizeof(uint32_t)); in stm32_clk_parse_fdt() 1291 pdata->conf_data.access_mask = calloc(RCC_NB_CONFS, sizeof(uint32_t)); in stm32_clk_parse_fdt() 3626 for (index = 0; index < RCC_NB_CONFS; index++) { in apply_rcc_rif_config() 3645 for (index = 0; index < RCC_NB_CONFS; index++) in apply_rcc_rif_config() 3654 for (index = 0; index < RCC_NB_CONFS; index++) { in apply_rcc_rif_config() 3683 for (i = 0; i < RCC_NB_CONFS; i++) { in stm32_rcc_rif_pm_suspend()
|