Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dspear_thermal.c63 unsigned int actual_mask = 0; in spear_thermal_suspend() local
66 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_suspend()
67 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_suspend()
80 unsigned int actual_mask = 0; in spear_thermal_resume() local
90 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_resume()
91 writel_relaxed(actual_mask | stdev->flags, stdev->thermal_base); in spear_thermal_resume()
163 unsigned int actual_mask = 0; in spear_thermal_exit() local
170 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_exit()
171 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_exit()