Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dab8500-ext.c104 u8 update_mask; member
133 info->update_mask, regval); in ab8500_ext_regulator_enable()
143 info->update_mask, regval); in ab8500_ext_regulator_enable()
169 info->update_mask, regval); in ab8500_ext_regulator_disable()
179 info->update_mask, regval); in ab8500_ext_regulator_disable()
206 info->update_mask, regval); in ab8500_ext_regulator_is_enabled()
247 info->update_mask, regval); in ab8500_ext_regulator_set_mode()
258 info->update_mask, regval); in ab8500_ext_regulator_set_mode()
349 .update_mask = 0x03,
367 .update_mask = 0x0c,
[all …]
H A Dab8500.c185 u8 update_mask; member
668 .update_mask = 0x03,
691 .update_mask = 0x0c,
714 .update_mask = 0x03,
736 .update_mask = 0x44,
764 .update_mask = 0x82,
782 .update_mask = 0x02,
798 .update_mask = 0x08,
814 .update_mask = 0x10,
830 .update_mask = 0x04,
[all …]
/openbmc/linux/lib/
H A Dcpu_rmap.c170 cpumask_var_t update_mask; in cpu_rmap_update() local
173 if (unlikely(!zalloc_cpumask_var(&update_mask, GFP_KERNEL))) in cpu_rmap_update()
182 cpumask_set_cpu(cpu, update_mask); in cpu_rmap_update()
194 cpumask_or(update_mask, update_mask, in cpu_rmap_update()
201 for_each_cpu(cpu, update_mask) { in cpu_rmap_update()
218 free_cpumask_var(update_mask); in cpu_rmap_update()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c166 uint64_t update_mask; in helper_wrmsr() local
168 update_mask = 0; in helper_wrmsr()
170 update_mask |= MSR_EFER_SCE; in helper_wrmsr()
173 update_mask |= MSR_EFER_LME; in helper_wrmsr()
176 update_mask |= MSR_EFER_FFXSR; in helper_wrmsr()
179 update_mask |= MSR_EFER_NXE; in helper_wrmsr()
182 update_mask |= MSR_EFER_SVME; in helper_wrmsr()
185 update_mask |= MSR_EFER_FFXSR; in helper_wrmsr()
187 cpu_load_efer(env, (env->efer & ~update_mask) | in helper_wrmsr()
188 (val & update_mask)); in helper_wrmsr()
/openbmc/qemu/target/i386/tcg/
H A Dmisc_helper.c31 void cpu_load_eflags(CPUX86State *env, int eflags, int update_mask) in cpu_load_eflags() argument
36 env->eflags = (env->eflags & ~update_mask) | in cpu_load_eflags()
37 (eflags & update_mask) | 0x2; in cpu_load_eflags()
H A Dhelper-tcg.h93 void cpu_load_eflags(CPUX86State *env, int eflags, int update_mask);
H A Dcc_helper.c347 uint32_t update_mask) in helper_write_eflags() argument
349 cpu_load_eflags(env, t0, update_mask); in helper_write_eflags()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c726 unsigned int *update_mask) in skl_next_plane_to_commit() argument
734 if (*update_mask == 0) in skl_next_plane_to_commit()
741 !(*update_mask & BIT(plane_id))) in skl_next_plane_to_commit()
750 *update_mask &= ~BIT(plane_id); in skl_next_plane_to_commit()
803 u32 update_mask = new_crtc_state->update_planes; in intel_crtc_planes_update_noarm() local
817 !(update_mask & BIT(plane->id))) in intel_crtc_planes_update_noarm()
836 u32 update_mask = new_crtc_state->update_planes; in skl_crtc_planes_update_arm() local
844 while ((plane = skl_next_plane_to_commit(state, crtc, ddb, ddb_y, &update_mask))) { in skl_crtc_planes_update_arm()
865 u32 update_mask = new_crtc_state->update_planes; in i9xx_crtc_planes_update_arm() local
872 !(update_mask & BIT(plane->id))) in i9xx_crtc_planes_update_arm()
H A Dintel_cdclk.c2266 u32 update_mask = 0; in intel_pcode_notify() local
2271 update_mask = DISPLAY_TO_PCODE_UPDATE_MASK(cdclk, active_pipe_count, voltage_level); in intel_pcode_notify()
2274 update_mask |= DISPLAY_TO_PCODE_CDCLK_VALID; in intel_pcode_notify()
2277 update_mask |= DISPLAY_TO_PCODE_PIPE_COUNT_VALID; in intel_pcode_notify()
2281 update_mask, in intel_pcode_notify()
H A Dintel_display.c1151 unsigned int update_mask = new_crtc_state->update_planes; in intel_crtc_disable_planes() local
1161 !(update_mask & BIT(plane->id))) in intel_crtc_disable_planes()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c2197 u8 update_mask = 0, wmmps_ac = 0; in wakeup_sta_to_xmit() local
2259 update_mask = BIT(0); in wakeup_sta_to_xmit()
2298 update_mask |= BIT(1); in wakeup_sta_to_xmit()
2309 if (update_mask) in wakeup_sta_to_xmit()