Searched refs:smmuv3_poll (Results 1 – 1 of 1) sorted by relevance
/external/arm-trusted-firmware/drivers/arm/smmu/ |
D | smmu_v3.c | 16 static int __init smmuv3_poll(uintptr_t smmu_reg, uint32_t mask, in smmuv3_poll() function 43 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init() 53 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init() 62 if (smmuv3_poll(smmu_base + SMMU_S_GBPA, SMMU_S_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init() 68 return smmuv3_poll(smmu_base + SMMU_S_GBPA, SMMU_S_GBPA_UPDATE, 0U); in smmuv3_security_init() 94 return smmuv3_poll(smmu_base + SMMU_S_INIT, in smmuv3_init()
|