Searched refs:actual_mask (Results 1 – 1 of 1) sorted by relevance
62 unsigned int actual_mask = 0; in spear_thermal_suspend() local65 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() local89 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() local168 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()