Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/smmu/
H A Dsmmu_v3.c52 SMMU_GBPA_UPDATE | SMMU_GBPA_ABORT); in smmuv3_security_init()
182 mmio_setbits_32(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE | SMMU_GBPA_ABORT); in smmuv3_ns_set_abort_all()
/rk3399_ARM-atf/include/drivers/arm/
H A Dsmmu_v3.h47 #define SMMU_GBPA_ABORT (1UL << 20) macro