Searched refs:GIC_CONFIG_COUNTBITS (Results 1 – 2 of 2) sorted by relevance
193 gic_count_width = read_gic_config() & GIC_CONFIG_COUNTBITS; in __gic_clocksource_init()194 gic_count_width >>= __ffs(GIC_CONFIG_COUNTBITS); in __gic_clocksource_init()
184 #define GIC_CONFIG_COUNTBITS GENMASK(27, 24) macro
Completed in 5 milliseconds