Lines Matching defs:value
21 * with a value that contains:
25 * contain a value to match from the corresponding bits of event StreamID.
202 u32 idx, u64 value)
205 writeq(value, smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 8));
207 writel(value, smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 4));
212 u64 value;
215 value = readq(smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 8));
217 value = readl(smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 4));
219 return value;
282 * at < half_counter value and wraps, the current logic of
290 * We limit the max period to half the max counter value
293 * past its initial value.