Lines Matching refs:reg_side
288 unsigned short reg_side; in snd_opl3_note_on() local
381 reg_side = OPL3_LEFT; in snd_opl3_note_on()
386 reg_side = OPL3_RIGHT; in snd_opl3_note_on()
394 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
401 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + in snd_opl3_note_on()
467 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()
472 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_note_on()
477 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_note_on()
482 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_note_on()
487 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_note_on()
499 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_note_on()
511 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + in snd_opl3_note_on()
532 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_note_on()
544 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
606 unsigned short reg_side; in snd_opl3_kill_voice() local
618 reg_side = OPL3_LEFT; in snd_opl3_kill_voice()
622 reg_side = OPL3_RIGHT; in snd_opl3_kill_voice()
630 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_kill_voice()
725 unsigned short reg_side; in snd_opl3_update_pitch() local
742 reg_side = OPL3_LEFT; in snd_opl3_update_pitch()
746 reg_side = OPL3_RIGHT; in snd_opl3_update_pitch()
753 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_update_pitch()
762 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_update_pitch()