Searched refs:update_reg (Results 1 – 3 of 3) sorted by relevance
/sound/ppc/ |
D | snd_ps3.c | 65 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 …]
|
/sound/soc/codecs/ |
D | wm8978.c | 959 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()
|
D | nau8822.c | 1032 static const int update_reg[] = { variable 1054 for (i = 0; i < ARRAY_SIZE(update_reg); i++) in nau8822_probe() 1056 update_reg[i], 0x100, 0x100); in nau8822_probe()
|