Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/smmu/
H A Dsmmu_v3.c44 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init()
51 mmio_setbits_32(smmu_base + SMMU_GBPA, in smmuv3_security_init()
54 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init()
174 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) { in smmuv3_ns_set_abort_all()
182 mmio_setbits_32(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE | SMMU_GBPA_ABORT); in smmuv3_ns_set_abort_all()
183 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) { in smmuv3_ns_set_abort_all()
/rk3399_ARM-atf/include/drivers/arm/
H A Dsmmu_v3.h17 #define SMMU_GBPA U(0x0044) macro