Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/irqchip/
Dmips-gic.h134 #define GIC_SH_CONFIG_COUNTBITS_MSK (MSK(4) << GIC_SH_CONFIG_COUNTBITS_SHF) macro
/linux-4.4.14/drivers/irqchip/
Dirq-mips-gic.c160 bits = 32 + 4 * ((config & GIC_SH_CONFIG_COUNTBITS_MSK) >> in gic_get_count_width()