Searched refs:counter_mask (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/thermal/ti-soc-thermal/ |
D | omap5-thermal-data.c | 36 .counter_mask = OMAP5430_COUNTER_MASK, 72 .counter_mask = OMAP5430_COUNTER_MASK, 109 .counter_mask = OMAP5430_COUNTER_MASK,
|
D | ti-bandgap.c | 345 time = (time & tsr->counter_mask) >> in ti_bandgap_read_counter() 346 __ffs(tsr->counter_mask); in ti_bandgap_read_counter() 481 RMW_BITS(bgp, id, bgap_counter, counter_mask, interval); in ti_bandgap_write_counter() 969 RMW_BITS(bgp, i, bgap_counter, counter_mask, 1); in ti_bandgap_probe() 1003 RMW_BITS(bgp, i, bgap_counter, counter_mask, in ti_bandgap_probe()
|
D | omap4-thermal-data.c | 103 .counter_mask = OMAP4460_COUNTER_MASK,
|
D | ti-bandgap.h | 118 u32 counter_mask; member
|
/linux-5.19.10/arch/arm/mach-imx/ |
D | mmdc.c | 259 unsigned long counter_mask = 0; in mmdc_pmu_group_is_valid() local 261 set_bit(leader->attr.config, &counter_mask); in mmdc_pmu_group_is_valid() 264 if (!mmdc_pmu_group_event_is_valid(event, pmu, &counter_mask)) in mmdc_pmu_group_is_valid() 269 if (!mmdc_pmu_group_event_is_valid(sibling, pmu, &counter_mask)) in mmdc_pmu_group_is_valid()
|
/linux-5.19.10/drivers/perf/ |
D | arm_smmuv3_pmu.c | 133 u64 counter_mask; member 173 if (smmu_pmu->counter_mask & BIT(32)) in smmu_pmu_counter_set_value() 183 if (smmu_pmu->counter_mask & BIT(32)) in smmu_pmu_counter_get_value() 237 delta &= smmu_pmu->counter_mask; in smmu_pmu_event_update() 264 new = smmu_pmu->counter_mask >> 1; in smmu_pmu_set_period() 871 smmu_pmu->counter_mask = GENMASK_ULL(reg_size, 0); in smmu_pmu_probe()
|