Searched refs:MCE_REGION_PARAMS (Results 1 – 1 of 1) sorted by relevance
75 #define MCE_REGION_PARAMS 3U macro378 len -= len % MCE_REGION_PARAMS; in fconf_populate_mce()381 for (i = 0U; i < ((unsigned int)len / (sizeof(uint32_t) * MCE_REGION_PARAMS)); i++) { in fconf_populate_mce()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()