Home
last modified time | relevance | path

Searched refs:SMMU_ASID_ENABLE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Dtegra-smmu.c120 #define SMMU_ASID_ENABLE (1 << 31) macro
370 value |= SMMU_ASID_ENABLE; in tegra_smmu_enable()
403 value &= ~SMMU_ASID_ENABLE; in tegra_smmu_disable()
1021 if (value & SMMU_ASID_ENABLE) in tegra_smmu_swgroups_show()
/kernel/linux/linux-6.6/drivers/iommu/
H A Dtegra-smmu.c121 #define SMMU_ASID_ENABLE (1 << 31) macro
359 value |= SMMU_ASID_ENABLE; in tegra_smmu_enable()
392 value &= ~SMMU_ASID_ENABLE; in tegra_smmu_disable()
1012 if (value & SMMU_ASID_ENABLE) in tegra_smmu_swgroups_show()

Completed in 4 milliseconds