Lines Matching refs:cbndx
66 info->fsr = arm_smmu_cb_read(smmu, cfg->cbndx, ARM_SMMU_CB_FSR);
67 info->fsynr0 = arm_smmu_cb_read(smmu, cfg->cbndx, ARM_SMMU_CB_FSYNR0);
68 info->fsynr1 = arm_smmu_cb_read(smmu, cfg->cbndx, ARM_SMMU_CB_FSYNR1);
69 info->far = arm_smmu_cb_readq(smmu, cfg->cbndx, ARM_SMMU_CB_FAR);
70 info->cbfrsynra = arm_smmu_gr1_read(smmu, ARM_SMMU_GR1_CBFRSYNRA(cfg->cbndx));
71 info->ttbr0 = arm_smmu_cb_readq(smmu, cfg->cbndx, ARM_SMMU_CB_TTBR0);
72 info->contextidr = arm_smmu_cb_read(smmu, cfg->cbndx, ARM_SMMU_CB_CONTEXTIDR);
82 qsmmu->stall_enabled |= BIT(cfg->cbndx);
84 qsmmu->stall_enabled &= ~BIT(cfg->cbndx);
97 arm_smmu_cb_write(smmu, cfg->cbndx, ARM_SMMU_CB_RESUME, reg);
142 struct arm_smmu_cb *cb = &smmu_domain->smmu->cbs[cfg->cbndx];
172 arm_smmu_write_context_bank(smmu_domain->smmu, cb->cfg->cbndx);
329 smmu->s2crs[i].cbndx = 0xff;
340 u32 cbndx = s2cr->cbndx;
353 cbndx = qsmmu->bypass_cbndx;
361 cbndx = 0xff;
366 FIELD_PREP(ARM_SMMU_S2CR_CBNDX, cbndx) |