Lines Matching defs:value
21 * with a value that contains:
25 * contain a value to match from the corresponding bits of event StreamID.
181 u32 idx, u64 value)
184 writeq(value, smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 8));
186 writel(value, smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 4));
191 u64 value;
194 value = readq(smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 8));
196 value = readl(smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 4));
198 return value;
261 * at < half_counter value and wraps, the current logic of
269 * We limit the max period to half the max counter value
272 * past its initial value.