opl3_reg 72 sound/drivers/opl3/opl3_drums.c unsigned short opl3_reg; opl3_reg 75 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_AM_VIB + op_offset); opl3_reg 76 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, data->am_vib); opl3_reg 79 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset); opl3_reg 80 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, data->ksl_level); opl3_reg 83 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_ATTACK_DECAY + op_offset); opl3_reg 84 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, data->attack_decay); opl3_reg 87 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_SUSTAIN_RELEASE + op_offset); opl3_reg 88 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, data->sustain_release); opl3_reg 91 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); opl3_reg 92 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, data->feedback_connection); opl3_reg 95 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_WAVE_SELECT + op_offset); opl3_reg 96 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, data->wave_select); opl3_reg 106 sound/drivers/opl3/opl3_drums.c unsigned short opl3_reg; opl3_reg 109 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_FNUM_LOW + voice_offset); opl3_reg 110 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, data->fnum); opl3_reg 113 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_KEYON_BLOCK + voice_offset); opl3_reg 114 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, data->octave_f); opl3_reg 127 sound/drivers/opl3/opl3_drums.c unsigned short opl3_reg; opl3_reg 132 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_KSL_LEVEL + op_offset); opl3_reg 133 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 142 sound/drivers/opl3/opl3_drums.c opl3_reg = OPL3_LEFT | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); opl3_reg 143 sound/drivers/opl3/opl3_drums.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 292 sound/drivers/opl3/opl3_midi.c unsigned short opl3_reg; opl3_reg 395 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); opl3_reg 397 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 402 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + opl3_reg 405 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 414 sound/drivers/opl3/opl3_midi.c opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT; opl3_reg 415 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, opl3->connection_reg); opl3_reg 421 sound/drivers/opl3/opl3_midi.c opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT; opl3_reg 422 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, opl3->connection_reg); opl3_reg 468 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); opl3_reg 469 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 473 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); opl3_reg 474 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 478 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); opl3_reg 479 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 483 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); opl3_reg 484 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 488 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); opl3_reg 489 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 500 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); opl3_reg 501 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 512 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + opl3_reg 514 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 533 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); opl3_reg 534 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, fnum); opl3_reg 545 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); opl3_reg 546 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, blocknum); opl3_reg 609 sound/drivers/opl3/opl3_midi.c unsigned short opl3_reg; opl3_reg 631 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); opl3_reg 633 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, vp->keyon_reg); opl3_reg 728 sound/drivers/opl3/opl3_midi.c unsigned short opl3_reg; opl3_reg 754 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); opl3_reg 755 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, fnum); opl3_reg 763 sound/drivers/opl3/opl3_midi.c opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); opl3_reg 764 sound/drivers/opl3/opl3_midi.c opl3->command(opl3, opl3_reg, blocknum); opl3_reg 348 sound/drivers/opl3/opl3_synth.c unsigned short opl3_reg; opl3_reg 369 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]); opl3_reg 370 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, OPL3_TOTAL_LEVEL_MASK); /* Operator 1 volume */ opl3_reg 371 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]); opl3_reg 372 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, OPL3_TOTAL_LEVEL_MASK); /* Operator 2 volume */ opl3_reg 374 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); opl3_reg 375 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, 0x00); /* Note off */ opl3_reg 393 sound/drivers/opl3/opl3_synth.c unsigned short opl3_reg; opl3_reg 415 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset); opl3_reg 416 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 428 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset); opl3_reg 429 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 441 sound/drivers/opl3/opl3_synth.c unsigned short opl3_reg; opl3_reg 485 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset); opl3_reg 486 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 494 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset); opl3_reg 495 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 503 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset); opl3_reg 504 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 512 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset); opl3_reg 513 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 528 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset); opl3_reg 529 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, reg_val); opl3_reg 533 sound/drivers/opl3/opl3_synth.c opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset); opl3_reg 534 sound/drivers/opl3/opl3_synth.c opl3->command(opl3, opl3_reg, reg_val);