Searched refs:SMMU_GSR0_PGSIZE_64K (Results 1 – 2 of 2) sorted by relevance
38 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()
25 #define SMMU_GSR0_PGSIZE_64K (1U << SMMU_GSR0_PGSIZE_SHIFT) macro