Searched refs:actual_mask (Results 1 – 1 of 1) sorted by relevance
63 unsigned int actual_mask = 0; in spear_thermal_suspend() local66 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() local90 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() local170 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()