counter_mask      258 arch/arm/mach-imx/mmdc.c 	unsigned long counter_mask = 0;
counter_mask      260 arch/arm/mach-imx/mmdc.c 	set_bit(leader->attr.config, &counter_mask);
counter_mask      263 arch/arm/mach-imx/mmdc.c 		if (!mmdc_pmu_group_event_is_valid(event, pmu, &counter_mask))
counter_mask      268 arch/arm/mach-imx/mmdc.c 		if (!mmdc_pmu_group_event_is_valid(sibling, pmu, &counter_mask))
counter_mask      113 drivers/perf/arm_smmuv3_pmu.c 	u64 counter_mask;
counter_mask      152 drivers/perf/arm_smmuv3_pmu.c 	if (smmu_pmu->counter_mask & BIT(32))
counter_mask      162 drivers/perf/arm_smmuv3_pmu.c 	if (smmu_pmu->counter_mask & BIT(32))
counter_mask      216 drivers/perf/arm_smmuv3_pmu.c 	delta &= smmu_pmu->counter_mask;
counter_mask      243 drivers/perf/arm_smmuv3_pmu.c 		new = smmu_pmu->counter_mask >> 1;
counter_mask      789 drivers/perf/arm_smmuv3_pmu.c 	smmu_pmu->counter_mask = GENMASK_ULL(reg_size, 0);
counter_mask      101 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 	.counter_mask = OMAP4460_COUNTER_MASK,
counter_mask       36 drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 	.counter_mask = OMAP5430_COUNTER_MASK,
counter_mask       72 drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 	.counter_mask = OMAP5430_COUNTER_MASK,
counter_mask      109 drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 	.counter_mask = OMAP5430_COUNTER_MASK,
counter_mask      335 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	time = (time & tsr->counter_mask) >>
counter_mask      336 drivers/thermal/ti-soc-thermal/ti-bandgap.c 					__ffs(tsr->counter_mask);
counter_mask      471 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	RMW_BITS(bgp, id, bgap_counter, counter_mask, interval);
counter_mask      959 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			RMW_BITS(bgp, i, bgap_counter, counter_mask, 1);
counter_mask      993 drivers/thermal/ti-soc-thermal/ti-bandgap.c 			RMW_BITS(bgp, i, bgap_counter, counter_mask,
counter_mask      112 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	u32	counter_mask;