Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/fconf/
A Dfconf_dyn_cfg_getter.c25 static struct dyn_cfg_dtb_info_t dtb_infos[MAX_DTB_INFO]; variable
26 static OBJECT_POOL_ARRAY(dtb_info_pool, dtb_infos);
49 if (dtb_infos[index].config_id == config_id) { in dyn_cfg_dtb_info_getter()
50 return &dtb_infos[index]; in dyn_cfg_dtb_info_getter()
76 if (dtb_infos[0].config_id == 0U) { in fconf_populate_dtb_registry()
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dfconf_bl1_load_config.puml28 in global dtb_infos array.

Completed in 2 milliseconds