Searched refs:cb_base (Results 1 – 2 of 2) sorted by relevance
650 void __iomem *cb_base; in arm_smmu_context_fault() local652 cb_base = ARM_SMMU_CB_BASE(smmu) + ARM_SMMU_CB(smmu, cfg->cbndx); in arm_smmu_context_fault()653 fsr = readl_relaxed(cb_base + ARM_SMMU_CB_FSR); in arm_smmu_context_fault()663 fsynr = readl_relaxed(cb_base + ARM_SMMU_CB_FSYNR0); in arm_smmu_context_fault()666 far = readl_relaxed(cb_base + ARM_SMMU_CB_FAR_LO); in arm_smmu_context_fault()669 far = readl_relaxed(cb_base + ARM_SMMU_CB_FAR_HI); in arm_smmu_context_fault()685 writel(fsr, cb_base + ARM_SMMU_CB_FSR); in arm_smmu_context_fault()689 writel_relaxed(resume, cb_base + ARM_SMMU_CB_RESUME); in arm_smmu_context_fault()725 void __iomem *cb_base, *gr0_base, *gr1_base; in arm_smmu_init_context_bank() local730 cb_base = ARM_SMMU_CB_BASE(smmu) + ARM_SMMU_CB(smmu, cfg->cbndx); in arm_smmu_init_context_bank()[all …]
192 struct ebt_counter *counter_base, *cb_base; in ebt_do_table() local209 cb_base = COUNTER_BASE(private->counters, private->nentries, in ebt_do_table()218 counter_base = cb_base + private->hook_entry[hook]->counter_offset; in ebt_do_table()274 counter_base = cb_base + in ebt_do_table()302 counter_base = cb_base + chaininfo->counter_offset; in ebt_do_table()