Lines Matching refs:reg_side

308 	unsigned short reg_side;  in snd_opl3_note_on()  local
395 reg_side = OPL3_LEFT; in snd_opl3_note_on()
400 reg_side = OPL3_RIGHT; in snd_opl3_note_on()
408 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
415 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + in snd_opl3_note_on()
481 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_note_on()
486 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_note_on()
491 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_note_on()
496 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_note_on()
501 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_note_on()
513 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_note_on()
525 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + in snd_opl3_note_on()
546 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_note_on()
558 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_note_on()
620 unsigned short reg_side; in snd_opl3_kill_voice() local
632 reg_side = OPL3_LEFT; in snd_opl3_kill_voice()
636 reg_side = OPL3_RIGHT; in snd_opl3_kill_voice()
644 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_kill_voice()
745 unsigned short reg_side; in snd_opl3_update_pitch() local
762 reg_side = OPL3_LEFT; in snd_opl3_update_pitch()
766 reg_side = OPL3_RIGHT; in snd_opl3_update_pitch()
773 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_update_pitch()
782 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_update_pitch()