Lines Matching refs:reg_side
289 unsigned short reg_side; in snd_opl3_note_on() local
382 reg_side = OPL3_LEFT; in snd_opl3_note_on()
387 reg_side = OPL3_RIGHT; in snd_opl3_note_on()
395 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
402 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + in snd_opl3_note_on()
468 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()
473 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_note_on()
478 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_note_on()
483 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_note_on()
488 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_note_on()
500 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_note_on()
512 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + in snd_opl3_note_on()
533 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_note_on()
545 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
607 unsigned short reg_side; in snd_opl3_kill_voice() local
619 reg_side = OPL3_LEFT; in snd_opl3_kill_voice()
623 reg_side = OPL3_RIGHT; in snd_opl3_kill_voice()
631 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_kill_voice()
726 unsigned short reg_side; in snd_opl3_update_pitch() local
743 reg_side = OPL3_LEFT; in snd_opl3_update_pitch()
747 reg_side = OPL3_RIGHT; in snd_opl3_update_pitch()
754 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_update_pitch()
763 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_update_pitch()