Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/irqchip/
Dmips-gic.h122 #define GIC_SH_CONFIG_COUNTBITS_SHF 24 macro
123 #define GIC_SH_CONFIG_COUNTBITS_MSK (MSK(4) << GIC_SH_CONFIG_COUNTBITS_SHF)
/linux-4.1.27/drivers/irqchip/
Dirq-mips-gic.c132 GIC_SH_CONFIG_COUNTBITS_SHF); in gic_get_count_width()