count_width        43 arch/csky/kernel/perf_event.c 	uint32_t			count_width;
count_width       928 arch/csky/kernel/perf_event.c 		hw_raw_read_mapping[hwc->idx](), csky_pmu.count_width - 1);
count_width      1306 arch/csky/kernel/perf_event.c 				 &csky_pmu.count_width)) {
count_width      1307 arch/csky/kernel/perf_event.c 		csky_pmu.count_width = DEFAULT_COUNT_WIDTH;
count_width      1309 arch/csky/kernel/perf_event.c 	csky_pmu.max_period = BIT_ULL(csky_pmu.count_width) - 1;
count_width       166 drivers/clocksource/mips-gic-timer.c 	unsigned int count_width;
count_width       170 drivers/clocksource/mips-gic-timer.c 	count_width = read_gic_config() & GIC_CONFIG_COUNTBITS;
count_width       171 drivers/clocksource/mips-gic-timer.c 	count_width >>= __ffs(GIC_CONFIG_COUNTBITS);
count_width       172 drivers/clocksource/mips-gic-timer.c 	count_width *= 4;
count_width       173 drivers/clocksource/mips-gic-timer.c 	count_width += 32;
count_width       174 drivers/clocksource/mips-gic-timer.c 	gic_clocksource.mask = CLOCKSOURCE_MASK(count_width);