Lines Matching defs:value
174 * CCI PMU event id is an 8-bit value made of two parts - bits 7:5 for one of 8
397 * CCI5xx PMU event id is an 9-bit value made of two parts.
720 static void pmu_write_register(struct cci_pmu *cci_pmu, u32 value,
723 writel_relaxed(value, cci_pmu->base +
877 u32 value;
883 value = pmu_read_register(cci_pmu, idx, CCI_PMU_CNTR);
885 return value;
888 static void pmu_write_counter(struct cci_pmu *cci_pmu, u32 value, int idx)
890 pmu_write_register(cci_pmu, value, idx, CCI_PMU_CNTR);
934 * 5) Set the counter value
1010 * events occur and the counter overtakes its previous value.