_rcar_thermal_irq_ctrl  374 drivers/thermal/rcar_thermal.c #define rcar_thermal_irq_enable(p)	_rcar_thermal_irq_ctrl(p, 1)
_rcar_thermal_irq_ctrl  375 drivers/thermal/rcar_thermal.c #define rcar_thermal_irq_disable(p)	_rcar_thermal_irq_ctrl(p, 0)