Searched refs:STM32MP_REGION_PARAMS (Results 1 – 1 of 1) sorted by relevance
22 #define STM32MP_REGION_PARAMS 4 macro101 for (i = 0U; i < (unsigned int)(len / (sizeof(uint32_t) * STM32MP_REGION_PARAMS)); i++) { in fconf_populate_stm32mp1_firewall()107 base = fdt32_to_cpu(conf_list->id_attr[i * STM32MP_REGION_PARAMS]); in fconf_populate_stm32mp1_firewall()108 size = fdt32_to_cpu(conf_list->id_attr[i * STM32MP_REGION_PARAMS + 1]); in fconf_populate_stm32mp1_firewall()109 sec_attr = fdt32_to_cpu(conf_list->id_attr[i * STM32MP_REGION_PARAMS + 2]); in fconf_populate_stm32mp1_firewall()110 nsaid = fdt32_to_cpu(conf_list->id_attr[i * STM32MP_REGION_PARAMS + 3]); in fconf_populate_stm32mp1_firewall()
Completed in 2 milliseconds