Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/arm/smmu/
A Dsmmu_v3.c17 static int smmuv3_poll(uintptr_t smmu_reg, uint32_t mask, in smmuv3_poll() function
44 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init()
54 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init()
63 if (smmuv3_poll(smmu_base + SMMU_S_GBPA, SMMU_S_GBPA_UPDATE, 0U) != 0U) in smmuv3_security_init()
69 return smmuv3_poll(smmu_base + SMMU_S_GBPA, SMMU_S_GBPA_UPDATE, 0U); in smmuv3_security_init()
122 if (smmuv3_poll(smmu_base + SMMU_ROOT_CR0ACK, in smmuv3_init()
155 return smmuv3_poll(smmu_base + SMMU_S_INIT, in smmuv3_init()
162 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) { in smmuv3_ns_set_abort_all()
171 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) { in smmuv3_ns_set_abort_all()
177 if (smmuv3_poll(smmu_base + SMMU_CR0ACK, SMMU_CR0_SMMUEN, 0U) != 0U) { in smmuv3_ns_set_abort_all()

Completed in 2 milliseconds