Symbol: snd_opl4_write
sound/drivers/opl4/opl4_lib.c
123
snd_opl4_write(opl4, OPL4_REG_MIX_CONTROL_FM, 0x00);
sound/drivers/opl4/opl4_lib.c
124
snd_opl4_write(opl4, OPL4_REG_MIX_CONTROL_PCM, 0xff);
sound/drivers/opl4/opl4_lib.c
131
snd_opl4_write(opl4, OPL4_REG_MIX_CONTROL_FM, 0x3f);
sound/drivers/opl4/opl4_lib.c
132
snd_opl4_write(opl4, OPL4_REG_MIX_CONTROL_PCM, 0x3f);
sound/drivers/opl4/opl4_lib.c
133
snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, 0x00);
sound/drivers/opl4/opl4_lib.c
35
EXPORT_SYMBOL(snd_opl4_write);
sound/drivers/opl4/opl4_lib.c
55
snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, memcfg | OPL4_MODE_BIT);
sound/drivers/opl4/opl4_lib.c
57
snd_opl4_write(opl4, OPL4_REG_MEMORY_ADDRESS_HIGH, offset >> 16);
sound/drivers/opl4/opl4_lib.c
58
snd_opl4_write(opl4, OPL4_REG_MEMORY_ADDRESS_MID, offset >> 8);
sound/drivers/opl4/opl4_lib.c
59
snd_opl4_write(opl4, OPL4_REG_MEMORY_ADDRESS_LOW, offset);
sound/drivers/opl4/opl4_lib.c
66
snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, memcfg);
sound/drivers/opl4/opl4_lib.c
78
snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, memcfg | OPL4_MODE_BIT);
sound/drivers/opl4/opl4_lib.c
80
snd_opl4_write(opl4, OPL4_REG_MEMORY_ADDRESS_HIGH, offset >> 16);
sound/drivers/opl4/opl4_lib.c
81
snd_opl4_write(opl4, OPL4_REG_MEMORY_ADDRESS_MID, offset >> 8);
sound/drivers/opl4/opl4_lib.c
82
snd_opl4_write(opl4, OPL4_REG_MEMORY_ADDRESS_LOW, offset);
sound/drivers/opl4/opl4_lib.c
89
snd_opl4_write(opl4, OPL4_REG_MEMORY_CONFIGURATION, memcfg);
sound/drivers/opl4/opl4_local.h
202
void snd_opl4_write(struct snd_opl4 *opl4, u8 reg, u8 value);
sound/drivers/opl4/opl4_mixer.c
42
snd_opl4_write(opl4, reg, value);
sound/drivers/opl4/opl4_synth.c
279
snd_opl4_write(opl4, OPL4_REG_MISC + i, OPL4_DAMP_BIT);
sound/drivers/opl4/opl4_synth.c
302
snd_opl4_write(opl4, OPL4_REG_MISC + i,
sound/drivers/opl4/opl4_synth.c
374
snd_opl4_write(opl4, OPL4_REG_LEVEL + voice->number,
sound/drivers/opl4/opl4_synth.c
391
snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);
sound/drivers/opl4/opl4_synth.c
406
snd_opl4_write(opl4, OPL4_REG_LFO_VIBRATO + voice->number,
sound/drivers/opl4/opl4_synth.c
434
snd_opl4_write(opl4, OPL4_REG_OCTAVE + voice->number,
sound/drivers/opl4/opl4_synth.c
438
snd_opl4_write(opl4, OPL4_REG_F_NUMBER + voice->number, voice->reg_f_number);
sound/drivers/opl4/opl4_synth.c
444
snd_opl4_write(opl4, OPL4_REG_ATTACK_DECAY1 + voice->number,
sound/drivers/opl4/opl4_synth.c
446
snd_opl4_write(opl4, OPL4_REG_LEVEL_DECAY2 + voice->number,
sound/drivers/opl4/opl4_synth.c
448
snd_opl4_write(opl4, OPL4_REG_RELEASE_CORRECTION + voice->number,
sound/drivers/opl4/opl4_synth.c
450
snd_opl4_write(opl4, OPL4_REG_TREMOLO + voice->number,
sound/drivers/opl4/opl4_synth.c
508
snd_opl4_write(opl4, OPL4_REG_F_NUMBER + voice[i]->number,
sound/drivers/opl4/opl4_synth.c
510
snd_opl4_write(opl4, OPL4_REG_TONE_NUMBER + voice[i]->number,
sound/drivers/opl4/opl4_synth.c
539
snd_opl4_write(opl4, OPL4_REG_MISC + voice[i]->number,
sound/drivers/opl4/opl4_synth.c
549
snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);
sound/drivers/opl4/opl4_synth.c
564
snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);