Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dmips-gic-timer.c166 unsigned int count_width; in __gic_clocksource_init() local
170 count_width = read_gic_config() & GIC_CONFIG_COUNTBITS; in __gic_clocksource_init()
171 count_width >>= __ffs(GIC_CONFIG_COUNTBITS); in __gic_clocksource_init()
172 count_width *= 4; in __gic_clocksource_init()
173 count_width += 32; in __gic_clocksource_init()
174 gic_clocksource.mask = CLOCKSOURCE_MASK(count_width); in __gic_clocksource_init()