Lines Matching refs:voice_offset
290 unsigned char voice_offset;
382 voice_offset = voice;
383 connect_mask = (OPL3_LEFT_4OP_0 << voice_offset) & 0x07;
387 voice_offset = voice - MAX_OPL2_VOICES;
388 connect_mask = (OPL3_RIGHT_4OP_0 << voice_offset) & 0x38;
394 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
402 voice_offset + 3);
463 op_offset = snd_opl3_regmap[voice_offset][i];
499 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
512 voice_offset + 3);
532 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
544 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
607 unsigned char voice_offset;
619 voice_offset = voice;
623 voice_offset = voice - MAX_OPL2_VOICES;
630 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
726 unsigned char voice_offset;
743 voice_offset = voice;
747 voice_offset = voice - MAX_OPL2_VOICES;
753 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
762 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);