Lines Matching refs:reg_side
364 unsigned short reg_side; in snd_opl3_reset() local
376 reg_side = OPL3_LEFT; in snd_opl3_reset()
380 reg_side = OPL3_RIGHT; in snd_opl3_reset()
383 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]); in snd_opl3_reset()
385 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]); in snd_opl3_reset()
388 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_reset()
404 unsigned short reg_side; in snd_opl3_play_note() local
419 reg_side = OPL3_LEFT; in snd_opl3_play_note()
423 reg_side = OPL3_RIGHT; in snd_opl3_play_note()
429 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_play_note()
442 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_play_note()
451 unsigned short reg_side; in snd_opl3_set_voice() local
470 reg_side = OPL3_LEFT; in snd_opl3_set_voice()
474 reg_side = OPL3_RIGHT; in snd_opl3_set_voice()
499 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_set_voice()
508 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_set_voice()
517 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_set_voice()
526 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_set_voice()
542 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_set_voice()
547 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_set_voice()