Lines Matching refs:voice_offset
291 unsigned char voice_offset;
383 voice_offset = voice;
384 connect_mask = (OPL3_LEFT_4OP_0 << voice_offset) & 0x07;
388 voice_offset = voice - MAX_OPL2_VOICES;
389 connect_mask = (OPL3_RIGHT_4OP_0 << voice_offset) & 0x38;
395 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
403 voice_offset + 3);
464 op_offset = snd_opl3_regmap[voice_offset][i];
500 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
513 voice_offset + 3);
533 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
545 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
608 unsigned char voice_offset;
620 voice_offset = voice;
624 voice_offset = voice - MAX_OPL2_VOICES;
631 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
727 unsigned char voice_offset;
744 voice_offset = voice;
748 voice_offset = voice - MAX_OPL2_VOICES;
754 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
763 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);