Searched refs:count_width (Results 1 – 2 of 2) sorted by relevance
189 unsigned int count_width; in __gic_clocksource_init() local193 count_width = read_gic_config() & GIC_CONFIG_COUNTBITS; in __gic_clocksource_init()194 count_width >>= __ffs(GIC_CONFIG_COUNTBITS); in __gic_clocksource_init()195 count_width *= 4; in __gic_clocksource_init()196 count_width += 32; in __gic_clocksource_init()197 gic_clocksource.mask = CLOCKSOURCE_MASK(count_width); in __gic_clocksource_init()
43 uint32_t count_width; member928 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()