Searched refs:actual_mask (Results 1 – 2 of 2) sorted by relevance
52 unsigned int actual_mask = 0; in spear_thermal_suspend() local55 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_suspend()56 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_suspend()68 unsigned int actual_mask = 0; in spear_thermal_resume() local78 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_resume()79 writel_relaxed(actual_mask | stdev->flags, stdev->thermal_base); in spear_thermal_resume()155 unsigned int actual_mask = 0; in spear_thermal_exit() local162 actual_mask = readl_relaxed(stdev->thermal_base); in spear_thermal_exit()163 writel_relaxed(actual_mask & ~stdev->flags, stdev->thermal_base); in spear_thermal_exit()
139 u8 *actual_key, u8 *actual_mask) in bnxt_set_l2_key_mask() argument142 u32 mask = get_unaligned((u32 *)actual_mask); in bnxt_set_l2_key_mask()147 put_unaligned(mask | part_mask, (u32 *)actual_mask); in bnxt_set_l2_key_mask()