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