Searched refs:id_attr (Results 1 – 2 of 2) sorted by relevance
29 fdt32_t id_attr[STM32MP_MAX_REGIONS]; member108 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()
85 fdt32_t id_attr[MCE_IP_MAX_REGION_NB]; member385 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()