Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/smmu/
Dsmmu.c38 val |= SMMU_GSR0_PGSIZE_64K; in tegra_smmu_init()
48 ctx_base = (SMMU_GSR0_PGSIZE_64K * SMMU_NUM_CONTEXTS) in tegra_smmu_init()
52 ctx_base + (SMMU_GSR0_PGSIZE_64K * cb_idx)); in tegra_smmu_init()
55 (SMMU_GSR0_PGSIZE_64K * cb_idx), val); in tegra_smmu_init()
82 if (0U == (val & SMMU_GSR0_PGSIZE_64K)) { in tegra_smmu_verify()
104 ctx_base = (SMMU_GSR0_PGSIZE_64K * SMMU_NUM_CONTEXTS) + in tegra_smmu_verify()
108 ctx_base + (SMMU_GSR0_PGSIZE_64K * cb_idx)); in tegra_smmu_verify()
/external/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/
Dsmmu.h25 #define SMMU_GSR0_PGSIZE_64K (1U << SMMU_GSR0_PGSIZE_SHIFT) macro