Home
last modified time | relevance | path

Searched refs:count_width (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clocksource/
A Dmips-gic-timer.c194 unsigned int count_width; in __gic_clocksource_init() local
198 count_width = read_gic_config() & GIC_CONFIG_COUNTBITS; in __gic_clocksource_init()
199 count_width >>= __ffs(GIC_CONFIG_COUNTBITS); in __gic_clocksource_init()
200 count_width *= 4; in __gic_clocksource_init()
201 count_width += 32; in __gic_clocksource_init()
202 gic_clocksource.mask = CLOCKSOURCE_MASK(count_width); in __gic_clocksource_init()
/linux/arch/csky/kernel/
A Dperf_event.c43 uint32_t count_width; member
928 hw_raw_read_mapping[hwc->idx](), csky_pmu.count_width - 1); in csky_perf_event_update()
1306 &csky_pmu.count_width)) { in csky_pmu_device_probe()
1307 csky_pmu.count_width = DEFAULT_COUNT_WIDTH; in csky_pmu_device_probe()
1309 csky_pmu.max_period = BIT_ULL(csky_pmu.count_width) - 1; in csky_pmu_device_probe()

Completed in 6 milliseconds