Lines Matching defs:cb_idx
32 uint32_t val, cb_idx, smmu_id, ctx_base;
50 for (cb_idx = 0U; cb_idx < SMMU_CONTEXT_BANK_MAX_IDX; cb_idx++) {
52 ctx_base + (SMMU_GSR0_PGSIZE_64K * cb_idx));
55 (SMMU_GSR0_PGSIZE_64K * cb_idx), val);
75 uint32_t cb_idx, ctx_base, smmu_id, val;
106 for (cb_idx = 0U; cb_idx < SMMU_CONTEXT_BANK_MAX_IDX; cb_idx++) {
108 ctx_base + (SMMU_GSR0_PGSIZE_64K * cb_idx));
110 ERROR("%s: Mismatch - smmu_id=%d, cb_idx=%d, GSR0_PGSIZE_64K=%x\n",
111 __func__, smmu_id, cb_idx, val);