voice_offset       71 sound/drivers/opl3/opl3_drums.c 	unsigned char voice_offset = data->voice;
voice_offset       91 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
voice_offset      105 sound/drivers/opl3/opl3_drums.c 	unsigned char voice_offset = data->voice;
voice_offset      109 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_FNUM_LOW + voice_offset);
voice_offset      113 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_KEYON_BLOCK + voice_offset);
voice_offset      125 sound/drivers/opl3/opl3_drums.c 	unsigned char voice_offset = data->voice;
voice_offset      142 sound/drivers/opl3/opl3_drums.c 	opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
voice_offset      291 sound/drivers/opl3/opl3_midi.c 	unsigned char voice_offset;
voice_offset      383 sound/drivers/opl3/opl3_midi.c 		voice_offset = voice;
voice_offset      384 sound/drivers/opl3/opl3_midi.c 		connect_mask = (OPL3_LEFT_4OP_0 << voice_offset) & 0x07;
voice_offset      388 sound/drivers/opl3/opl3_midi.c 		voice_offset = voice - MAX_OPL2_VOICES;
voice_offset      389 sound/drivers/opl3/opl3_midi.c 		connect_mask = (OPL3_RIGHT_4OP_0 << voice_offset) & 0x38;
voice_offset      395 sound/drivers/opl3/opl3_midi.c 		opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
voice_offset      403 sound/drivers/opl3/opl3_midi.c 					       voice_offset + 3);
voice_offset      464 sound/drivers/opl3/opl3_midi.c 		op_offset = snd_opl3_regmap[voice_offset][i];
voice_offset      500 sound/drivers/opl3/opl3_midi.c 	opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
voice_offset      513 sound/drivers/opl3/opl3_midi.c 				       voice_offset + 3);
voice_offset      533 sound/drivers/opl3/opl3_midi.c 	opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
voice_offset      545 sound/drivers/opl3/opl3_midi.c 	opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
voice_offset      608 sound/drivers/opl3/opl3_midi.c 	unsigned char voice_offset;
voice_offset      620 sound/drivers/opl3/opl3_midi.c 		voice_offset = voice;
voice_offset      624 sound/drivers/opl3/opl3_midi.c 		voice_offset = voice - MAX_OPL2_VOICES;
voice_offset      631 sound/drivers/opl3/opl3_midi.c 	opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
voice_offset      727 sound/drivers/opl3/opl3_midi.c 	unsigned char voice_offset;
voice_offset      744 sound/drivers/opl3/opl3_midi.c 		voice_offset = voice;
voice_offset      748 sound/drivers/opl3/opl3_midi.c 		voice_offset = voice - MAX_OPL2_VOICES;
voice_offset      754 sound/drivers/opl3/opl3_midi.c 	opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
voice_offset      763 sound/drivers/opl3/opl3_midi.c 	opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
voice_offset      351 sound/drivers/opl3/opl3_synth.c 	unsigned char voice_offset;
voice_offset      363 sound/drivers/opl3/opl3_synth.c 			voice_offset = i;
voice_offset      367 sound/drivers/opl3/opl3_synth.c 			voice_offset = i - MAX_OPL2_VOICES;
voice_offset      369 sound/drivers/opl3/opl3_synth.c 		opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]);
voice_offset      371 sound/drivers/opl3/opl3_synth.c 		opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]);
voice_offset      374 sound/drivers/opl3/opl3_synth.c 		opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
voice_offset      391 sound/drivers/opl3/opl3_synth.c 	unsigned char voice_offset;
voice_offset      406 sound/drivers/opl3/opl3_synth.c 		voice_offset = note->voice;
voice_offset      410 sound/drivers/opl3/opl3_synth.c 		voice_offset = note->voice - MAX_OPL2_VOICES;
voice_offset      415 sound/drivers/opl3/opl3_synth.c 	opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
voice_offset      428 sound/drivers/opl3/opl3_synth.c 	opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
voice_offset      439 sound/drivers/opl3/opl3_synth.c 	unsigned char voice_offset, voice_op;
voice_offset      457 sound/drivers/opl3/opl3_synth.c 		voice_offset = voice->voice;
voice_offset      461 sound/drivers/opl3/opl3_synth.c 		voice_offset = voice->voice - MAX_OPL2_VOICES;
voice_offset      464 sound/drivers/opl3/opl3_synth.c 	voice_offset = array_index_nospec(voice_offset, MAX_OPL2_VOICES);
voice_offset      466 sound/drivers/opl3/opl3_synth.c 	op_offset = snd_opl3_regmap[voice_offset][voice_op];
voice_offset      528 sound/drivers/opl3/opl3_synth.c 	opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);