Searched refs:counter_mask (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/thermal/ti-soc-thermal/ |
H A D | omap5-thermal-data.c | 36 .counter_mask = OMAP5430_COUNTER_MASK, 72 .counter_mask = OMAP5430_COUNTER_MASK, 109 .counter_mask = OMAP5430_COUNTER_MASK,
|
H A D | omap4-thermal-data.c | 103 .counter_mask = OMAP4460_COUNTER_MASK,
|
H A D | ti-bandgap.h | 118 u32 counter_mask; member
|
/linux/arch/arm/mach-imx/ |
H A D | mmdc.c | 261 unsigned long counter_mask = 0; in mmdc_pmu_group_is_valid() local 263 set_bit(leader->attr.config, &counter_mask); in mmdc_pmu_group_is_valid() 266 if (!mmdc_pmu_group_event_is_valid(event, pmu, &counter_mask)) in mmdc_pmu_group_is_valid() 271 if (!mmdc_pmu_group_event_is_valid(sibling, pmu, &counter_mask)) in mmdc_pmu_group_is_valid()
|
/linux/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 134 u64 counter_mask; member 204 if (smmu_pmu->counter_mask & BIT(32)) in smmu_pmu_counter_set_value() 214 if (smmu_pmu->counter_mask & BIT(32)) in smmu_pmu_counter_get_value() 268 delta &= smmu_pmu->counter_mask; in smmu_pmu_event_update() 295 new = smmu_pmu->counter_mask >> 1; in smmu_pmu_set_period() 909 smmu_pmu->counter_mask = GENMASK_ULL(reg_size, 0); in smmu_pmu_probe()
|