Home
last modified time | relevance | path

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

/drivers/thermal/
Dspear_thermal.c62 unsigned int actual_mask = 0; in spear_thermal_suspend() local
65 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_suspend()
66 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_suspend()
79 unsigned int actual_mask = 0; in spear_thermal_resume() local
89 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_resume()
90 writel_relaxed(actual_mask | stdev->flags, stdev->thermal_base); in spear_thermal_resume()
161 unsigned int actual_mask = 0; in spear_thermal_exit() local
168 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_exit()
169 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_exit()