Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dab8500-ext.c103 u8 update_reg; member
132 info->update_bank, info->update_reg, in ab8500_ext_regulator_enable()
142 info->desc.name, info->update_bank, info->update_reg, in ab8500_ext_regulator_enable()
168 info->update_bank, info->update_reg, in ab8500_ext_regulator_disable()
178 info->desc.name, info->update_bank, info->update_reg, in ab8500_ext_regulator_disable()
196 info->update_bank, info->update_reg, &regval); in ab8500_ext_regulator_is_enabled()
199 "couldn't read 0x%x register\n", info->update_reg); in ab8500_ext_regulator_is_enabled()
246 info->update_bank, info->update_reg, in ab8500_ext_regulator_set_mode()
348 .update_reg = 0x08,
366 .update_reg = 0x08,
[all …]
H A Dab8500.c184 u8 update_reg; member
667 .update_reg = 0x09,
690 .update_reg = 0x09,
713 .update_reg = 0x0a,
735 .update_reg = 0x80,
763 .update_reg = 0x80,
781 .update_reg = 0x83,
797 .update_reg = 0x83,
813 .update_reg = 0x83,
829 .update_reg = 0x83,
[all …]
H A Dda903x-regulator.c79 int update_reg; member
246 ret = da903x_set_bits(da9034_dev, info->update_reg, in da9034_set_dvc_voltage_sel()
345 .update_reg = _pmic##_##ureg, \
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pmdemand.c491 #define update_reg(reg, field, mask) do { \ in intel_pmdemand_update_params() macro
501 update_reg(reg1, qclk_gv_bw, XELPDP_PMDEMAND_QCLK_GV_BW_MASK); in intel_pmdemand_update_params()
502 update_reg(reg1, voltage_index, XELPDP_PMDEMAND_VOLTAGE_INDEX_MASK); in intel_pmdemand_update_params()
504 update_reg(reg1, active_pipes, XELPDP_PMDEMAND_PIPES_MASK); in intel_pmdemand_update_params()
505 update_reg(reg1, active_dbufs, XELPDP_PMDEMAND_DBUFS_MASK); in intel_pmdemand_update_params()
506 update_reg(reg1, active_phys, XELPDP_PMDEMAND_PHYS_MASK); in intel_pmdemand_update_params()
509 update_reg(reg2, cdclk_freq_mhz, XELPDP_PMDEMAND_CDCLK_FREQ_MASK); in intel_pmdemand_update_params()
510 update_reg(reg2, ddiclk_max, XELPDP_PMDEMAND_DDICLK_FREQ_MASK); in intel_pmdemand_update_params()
511 update_reg(reg2, scalers, XELPDP_PMDEMAND_SCALERS_MASK); in intel_pmdemand_update_params()
512 update_reg(reg2, plls, XELPDP_PMDEMAND_PLLS_MASK); in intel_pmdemand_update_params()
[all …]
/openbmc/linux/sound/ppc/
H A Dsnd_ps3.c65 static inline void update_reg(unsigned int reg, u32 or_val) in update_reg() function
136 update_reg(PS3_AUDIO_CONFIG, PS3_AUDIO_CONFIG_CLEAR); in snd_ps3_verify_dma_stop()
166 update_reg(PS3_AUDIO_INTR_0, 0); in snd_ps3_wait_for_dma_stop()
167 update_reg(PS3_AUDIO_AX_IS, 0); in snd_ps3_wait_for_dma_stop()
181 update_reg(PS3_AUDIO_KICK(0), PS3_AUDIO_KICK_REQUEST); in snd_ps3_kick_dma()
308 update_reg(PS3_AUDIO_AX_IS, 0); in snd_ps3_interrupt()
309 update_reg(PS3_AUDIO_INTR_0, 0); in snd_ps3_interrupt()
411 update_reg(PS3_AUDIO_AO_3WCTRL(i), in snd_ps3_change_avsetting()
418 update_reg(PS3_AUDIO_AO_3WMCTRL, PS3_AUDIO_AO_3WMCTRL_ASOEN(0)); in snd_ps3_change_avsetting()
619 update_reg(PS3_AUDIO_AX_IS, 0); in snd_ps3_pcm_trigger()
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Demulate_loadstore.c114 kvmppc_set_gpr(vcpu, op.update_reg, op.ea); in kvmppc_emulate_loadstore()
134 kvmppc_set_gpr(vcpu, op.update_reg, op.ea); in kvmppc_emulate_loadstore()
233 kvmppc_set_gpr(vcpu, op.update_reg, op.ea); in kvmppc_emulate_loadstore()
256 kvmppc_set_gpr(vcpu, op.update_reg, op.ea); in kvmppc_emulate_loadstore()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h119 int update_reg; member
/openbmc/linux/sound/soc/codecs/
H A Dwm8978.c959 static const int update_reg[] = { variable
988 for (i = 0; i < ARRAY_SIZE(update_reg); i++) in wm8978_probe()
989 snd_soc_component_update_bits(component, update_reg[i], 0x100, 0x100); in wm8978_probe()
H A Dnau8822.c1046 static const int update_reg[] = { variable
1069 for (i = 0; i < ARRAY_SIZE(update_reg); i++) in nau8822_probe()
1071 update_reg[i], 0x100, 0x100); in nau8822_probe()
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c2278 op->update_reg = ra; in analyse_instr()
2986 op->update_reg = ra; in analyse_instr()
3498 op->reg == 1 && op->update_reg == 1 && in emulate_loadstore()
3568 regs->gpr[op->update_reg] = op->ea; in emulate_loadstore()