Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/arm/smmu/
Dsmmu_v3.c62 if (smmuv3_poll(smmu_base + SMMU_S_GBPA, SMMU_S_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init()
65 mmio_setbits_32(smmu_base + SMMU_S_GBPA, in smmuv3_security_init()
68 return smmuv3_poll(smmu_base + SMMU_S_GBPA, SMMU_S_GBPA_UPDATE, 0U); in smmuv3_security_init()
/external/arm-trusted-firmware/include/drivers/arm/
Dsmmu_v3.h17 #define SMMU_S_GBPA U(0x8044) macro