Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/irqchip/
Dmips-gic.h133 #define GIC_SH_CONFIG_COUNTBITS_SHF 24 macro
134 #define GIC_SH_CONFIG_COUNTBITS_MSK (MSK(4) << GIC_SH_CONFIG_COUNTBITS_SHF)
/linux-4.4.14/drivers/irqchip/
Dirq-mips-gic.c161 GIC_SH_CONFIG_COUNTBITS_SHF); in gic_get_count_width()