Searched refs:_rcar_thermal_irq_ctrl (Results 1 – 1 of 1) sorted by relevance
374 #define rcar_thermal_irq_enable(p) _rcar_thermal_irq_ctrl(p, 1)375 #define rcar_thermal_irq_disable(p) _rcar_thermal_irq_ctrl(p, 0)376 static void _rcar_thermal_irq_ctrl(struct rcar_thermal_priv *priv, int enable) in _rcar_thermal_irq_ctrl() function