Searched refs:cb_idx (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/nvidia/tegra/drivers/smmu/ |
| H A D | smmu.c | 32 uint32_t val, cb_idx, smmu_id, ctx_base; in tegra_smmu_init() local 50 for (cb_idx = 0U; cb_idx < SMMU_CONTEXT_BANK_MAX_IDX; cb_idx++) { 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() 75 uint32_t cb_idx, ctx_base, smmu_id, val; in tegra_smmu_verify() local 106 for (cb_idx = 0U; cb_idx < SMMU_CONTEXT_BANK_MAX_IDX; cb_idx++) { in tegra_smmu_verify() 108 ctx_base + (SMMU_GSR0_PGSIZE_64K * cb_idx)); in tegra_smmu_verify() 111 __func__, smmu_id, cb_idx, val); in tegra_smmu_verify()
|