Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/lib/fconf/
Dfconf_dyn_cfg_getter.h29 unsigned int dyn_cfg_dtb_info_get_index(unsigned int config_id);
/trusted-firmware-a-latest/lib/fconf/
Dfconf_dyn_cfg_getter.c48 unsigned int dyn_cfg_dtb_info_get_index(unsigned int config_id) in dyn_cfg_dtb_info_get_index() function
65 unsigned int index = dyn_cfg_dtb_info_get_index(config_id); in dyn_cfg_dtb_info_getter()
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dbl2_plat_setup.c412 idx = dyn_cfg_dtb_info_get_index(TOS_FW_CONFIG_ID); in bl2_plat_handle_post_image_load()