Lines Matching defs:voice_offset
297 unsigned char voice_offset;
378 voice_offset = voice;
379 connect_mask = (OPL3_LEFT_4OP_0 << voice_offset) & 0x07;
383 voice_offset = voice - MAX_OPL2_VOICES;
384 connect_mask = (OPL3_RIGHT_4OP_0 << voice_offset) & 0x38;
390 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
398 voice_offset + 3);
455 op_offset = snd_opl3_regmap[voice_offset][i];
491 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
504 voice_offset + 3);
524 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
534 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
594 unsigned char voice_offset;
606 voice_offset = voice;
610 voice_offset = voice - MAX_OPL2_VOICES;
615 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
703 unsigned char voice_offset;
720 voice_offset = voice;
724 voice_offset = voice - MAX_OPL2_VOICES;
730 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
739 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);