Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/irqchip/
Dmips-gic.h119 #define GIC_SH_CONFIG_COUNTSTOP_SHF 28 macro
120 #define GIC_SH_CONFIG_COUNTSTOP_MSK (MSK(1) << GIC_SH_CONFIG_COUNTSTOP_SHF)
/linux-4.1.27/drivers/irqchip/
Dirq-mips-gic.c176 gicconfig &= ~(1 << GIC_SH_CONFIG_COUNTSTOP_SHF); in gic_start_count()
186 gicconfig |= 1 << GIC_SH_CONFIG_COUNTSTOP_SHF; in gic_stop_count()