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

/linux-master/drivers/clocksource/
H A Dmips-gic-timer.c193 count_width = read_gic_config() & GIC_CONFIG_COUNTBITS;
194 count_width >>= __ffs(GIC_CONFIG_COUNTBITS);
/linux-master/arch/mips/include/asm/
H A Dmips-gic.h166 #define GIC_CONFIG_COUNTBITS GENMASK(27, 24) macro

Completed in 116 milliseconds