Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-rcar.c51 #define INTMSK 0x18 /* Interrupt Mask Register */ macro
90 gpio_rcar_write(p, INTMSK, ~BIT(irqd_to_hwirq(d))); in gpio_rcar_irq_disable()
210 gpio_rcar_read(p, INTMSK))) { in gpio_rcar_irq_handler()
/linux-4.4.14/drivers/thermal/
Drcar_thermal.c293 rcar_thermal_common_bset(common, INTMSK, mask, enable ? 0 : mask); in _rcar_thermal_irq_ctrl()
339 mask = rcar_thermal_common_read(common, INTMSK); in rcar_thermal_irq()