Lines Matching refs:opl3_reg

292 	unsigned short opl3_reg;
395 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
397 opl3->command(opl3, opl3_reg, reg_val);
402 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK +
405 opl3->command(opl3, opl3_reg, reg_val);
414 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
415 opl3->command(opl3, opl3_reg, opl3->connection_reg);
421 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
422 opl3->command(opl3, opl3_reg, opl3->connection_reg);
468 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
469 opl3->command(opl3, opl3_reg, reg_val);
473 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
474 opl3->command(opl3, opl3_reg, reg_val);
478 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
479 opl3->command(opl3, opl3_reg, reg_val);
483 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
484 opl3->command(opl3, opl3_reg, reg_val);
488 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);
489 opl3->command(opl3, opl3_reg, reg_val);
500 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
501 opl3->command(opl3, opl3_reg, reg_val);
512 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION +
514 opl3->command(opl3, opl3_reg, reg_val);
533 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
534 opl3->command(opl3, opl3_reg, fnum);
545 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
546 opl3->command(opl3, opl3_reg, blocknum);
609 unsigned short opl3_reg;
631 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
633 opl3->command(opl3, opl3_reg, vp->keyon_reg);
728 unsigned short opl3_reg;
754 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
755 opl3->command(opl3, opl3_reg, fnum);
763 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
764 opl3->command(opl3, opl3_reg, blocknum);