Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_fconf_firewall.c29 fdt32_t id_attr[STM32MP_MAX_REGIONS]; member
108 base = fdt32_to_cpu(conf_list->id_attr[idx]); in fconf_populate_stm32mp1_firewall()
109 size = fdt32_to_cpu(conf_list->id_attr[idx + 1]); in fconf_populate_stm32mp1_firewall()
110 sec_attr = fdt32_to_cpu(conf_list->id_attr[idx + 2]); in fconf_populate_stm32mp1_firewall()
111 nsaid = fdt32_to_cpu(conf_list->id_attr[idx + 3]); in fconf_populate_stm32mp1_firewall()
/rk3399_ARM-atf/drivers/st/mce/
H A Dstm32_mce.c85 fdt32_t id_attr[MCE_IP_MAX_REGION_NB]; member
385 region.start_address = fdt32_to_cpu(conf_list->id_attr[i * MCE_REGION_PARAMS]); in fconf_populate_mce()
386 size = fdt32_to_cpu(conf_list->id_attr[i * MCE_REGION_PARAMS + 1U]); in fconf_populate_mce()
388 region.encrypt_mode = fdt32_to_cpu(conf_list->id_attr[i * MCE_REGION_PARAMS + 2U]); in fconf_populate_mce()