Searched refs:nsaid (Results 1 – 2 of 2) sorted by relevance
75 #define TZC_REGION_ACCESS_RD(nsaid) \ argument76 ((U(1) << ((nsaid) & TZC_REGION_ACCESS_ID_MASK)) << \78 #define TZC_REGION_ACCESS_WR(nsaid) \ argument79 ((U(1) << ((nsaid) & TZC_REGION_ACCESS_ID_MASK)) << \81 #define TZC_REGION_ACCESS_RDWR(nsaid) \ argument82 (TZC_REGION_ACCESS_RD(nsaid) | \83 TZC_REGION_ACCESS_WR(nsaid))
100 uint32_t nsaid; in fconf_populate_stm32mp1_firewall() local105 nsaid = fdt32_to_cpu(conf_list->id_attr[i * STM32MP_REGION_PARAMS + 3]); in fconf_populate_stm32mp1_firewall()108 base, size, sec_attr, nsaid); in fconf_populate_stm32mp1_firewall()114 (unsigned long long)base + size - 1ULL, sec_attr, nsaid); in fconf_populate_stm32mp1_firewall()
Completed in 2 milliseconds