Lines Matching refs:reg_side
352 unsigned short reg_side; in snd_opl3_reset() local
364 reg_side = OPL3_LEFT; in snd_opl3_reset()
368 reg_side = OPL3_RIGHT; in snd_opl3_reset()
371 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]); in snd_opl3_reset()
373 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]); in snd_opl3_reset()
376 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_reset()
392 unsigned short reg_side; in snd_opl3_play_note() local
407 reg_side = OPL3_LEFT; in snd_opl3_play_note()
411 reg_side = OPL3_RIGHT; in snd_opl3_play_note()
417 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); in snd_opl3_play_note()
430 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); in snd_opl3_play_note()
439 unsigned short reg_side; in snd_opl3_set_voice() local
458 reg_side = OPL3_LEFT; in snd_opl3_set_voice()
462 reg_side = OPL3_RIGHT; in snd_opl3_set_voice()
487 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); in snd_opl3_set_voice()
496 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); in snd_opl3_set_voice()
505 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); in snd_opl3_set_voice()
514 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); in snd_opl3_set_voice()
530 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); in snd_opl3_set_voice()
535 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); in snd_opl3_set_voice()