Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dmips-gic-timer.c198 count_width = read_gic_config() & GIC_CONFIG_COUNTBITS; in __gic_clocksource_init()
199 count_width >>= __ffs(GIC_CONFIG_COUNTBITS); in __gic_clocksource_init()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmips-gic.h166 #define GIC_CONFIG_COUNTBITS GENMASK(27, 24) macro