counter_width      76 arch/riscv/include/asm/perf_event.h 	int		counter_width;
counter_width     234 arch/riscv/kernel/perf_event.c 		((1ULL << riscv_pmu->counter_width) - 1);
counter_width     454 arch/riscv/kernel/perf_event.c 	.counter_width = 63,
counter_width      27 arch/x86/oprofile/op_model_ppro.c static int counter_width = 32;
counter_width      90 arch/x86/oprofile/op_model_ppro.c 			if (counter_width < eax.split.bit_width)
counter_width      91 arch/x86/oprofile/op_model_ppro.c 				counter_width = eax.split.bit_width;
counter_width     137 arch/x86/oprofile/op_model_ppro.c 		if (val & (1ULL << (counter_width - 1)))
counter_width      37 drivers/clocksource/timer-imx-tpm.c static int counter_width;
counter_width     153 drivers/clocksource/timer-imx-tpm.c 	sched_clock_register(tpm_read_sched_clock, counter_width,
counter_width     160 drivers/clocksource/timer-imx-tpm.c 				     counter_width,
counter_width     169 drivers/clocksource/timer-imx-tpm.c 					GENMASK(counter_width - 1,
counter_width     197 drivers/clocksource/timer-imx-tpm.c 	counter_width = (readl(timer_base + TPM_PARAM)
counter_width     200 drivers/clocksource/timer-imx-tpm.c 	to_tpm.clkevt.rating = counter_width == 0x20 ? 200 : 150;
counter_width     223 drivers/clocksource/timer-imx-tpm.c 		(counter_width == 0x20 ?
counter_width     228 drivers/clocksource/timer-imx-tpm.c 	writel(GENMASK(counter_width - 1, 0), timer_base + TPM_MOD);
counter_width    1204 drivers/infiniband/hw/qib/qib_mad.c 	p->counter_width = 4;   /* 32 bit counters */
counter_width      85 drivers/misc/atmel_tclib.c 	.counter_width = 16,
counter_width      89 drivers/misc/atmel_tclib.c 	.counter_width = 32,
counter_width      33 drivers/net/ethernet/mscc/ocelot_ace.c 	u16 counter_width; /* Counter width (in bits) */
counter_width      61 drivers/net/ethernet/mscc/ocelot_ace.c 	.counter_width = ENTRY_WIDTH,
counter_width     209 drivers/net/ethernet/mscc/ocelot_ace.c 	data->counter_offset = (cnt * col * vcap_is2.counter_width);
counter_width     568 drivers/net/ethernet/mscc/ocelot_ace.c 	vcap_data_set(data.counter, data.counter_offset, vcap_is2.counter_width,
counter_width     589 drivers/net/ethernet/mscc/ocelot_ace.c 			    vcap_is2.counter_width);
counter_width     310 drivers/pwm/pwm-atmel-tcb.c 		max = min << tc->tcb_config->counter_width;
counter_width     323 drivers/pwm/pwm-atmel-tcb.c 		max = min << tc->tcb_config->counter_width;
counter_width      65 include/rdma/ib_pma.h 	u8 counter_width;		/* resv: 7:3, counter width: 2:0 */
counter_width      41 include/soc/at91/atmel_tcb.h 	size_t	counter_width;