Searched refs:smmuv3_poll (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/smmu/ |
| H A D | smmu_v3.c | 17 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() 93 if (smmuv3_poll(smmu_base + SMMU_S_INIT, in smmuv3_init() 137 if (smmuv3_poll(smmu_base + SMMU_ROOT_CR0ACK, in smmuv3_init() 152 if (smmuv3_poll(smmu_base + SMMU_ROOT_CR0ACK, in smmuv3_init() 174 if (smmuv3_poll(smmu_base + SMMU_GBPA, SMMU_GBPA_UPDATE, 0U) != 0U) { 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() [all …]
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 2009 …- initialize timer before use in smmuv3_poll ([64ff172](https://review.trustedfirmware.org/plugins…
|