Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/irqchip/
Dmips-gic.h130 #define GIC_SH_CONFIG_COUNTSTOP_SHF 28 macro
131 #define GIC_SH_CONFIG_COUNTSTOP_MSK (MSK(1) << GIC_SH_CONFIG_COUNTSTOP_SHF)
/linux-4.4.14/drivers/irqchip/
Dirq-mips-gic.c217 gicconfig &= ~(1 << GIC_SH_CONFIG_COUNTSTOP_SHF); in gic_start_count()
227 gicconfig |= 1 << GIC_SH_CONFIG_COUNTSTOP_SHF; in gic_stop_count()