Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/nvidia/tegra/drivers/smmu/
A Dsmmu.c39 val &= (uint32_t)~SMMU_ACR_CACHE_LOCK_ENABLE_BIT; in tegra_smmu_init()
44 val &= (uint32_t)~SMMU_ACR_CACHE_LOCK_ENABLE_BIT; in tegra_smmu_init()
60 val |= (uint32_t)SMMU_ACR_CACHE_LOCK_ENABLE_BIT; in tegra_smmu_init()
65 val |= (uint32_t)SMMU_ACR_CACHE_LOCK_ENABLE_BIT; in tegra_smmu_init()
89 if (0U == (val & SMMU_ACR_CACHE_LOCK_ENABLE_BIT)) { in tegra_smmu_verify()
97 if (0U == (val & SMMU_ACR_CACHE_LOCK_ENABLE_BIT)) { in tegra_smmu_verify()
/trusted-firmware-a/plat/nvidia/tegra/include/drivers/
A Dsmmu.h26 #define SMMU_ACR_CACHE_LOCK_ENABLE_BIT (1ULL << 26U) macro

Completed in 3 milliseconds