• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/

Lines Matching defs:opl3_reg

311 	unsigned short opl3_reg;
408 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
410 opl3->command(opl3, opl3_reg, reg_val);
415 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK +
418 opl3->command(opl3, opl3_reg, reg_val);
427 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
428 opl3->command(opl3, opl3_reg, opl3->connection_reg);
434 opl3_reg = OPL3_RIGHT | OPL3_REG_CONNECTION_SELECT;
435 opl3->command(opl3, opl3_reg, opl3->connection_reg);
481 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
482 opl3->command(opl3, opl3_reg, reg_val);
486 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
487 opl3->command(opl3, opl3_reg, reg_val);
491 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
492 opl3->command(opl3, opl3_reg, reg_val);
496 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
497 opl3->command(opl3, opl3_reg, reg_val);
501 opl3_reg = reg_side | (OPL3_REG_WAVE_SELECT + op_offset);
502 opl3->command(opl3, opl3_reg, reg_val);
513 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION + voice_offset);
514 opl3->command(opl3, opl3_reg, reg_val);
525 opl3_reg = reg_side | (OPL3_REG_FEEDBACK_CONNECTION +
527 opl3->command(opl3, opl3_reg, reg_val);
546 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
547 opl3->command(opl3, opl3_reg, fnum);
558 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
559 opl3->command(opl3, opl3_reg, blocknum);
622 unsigned short opl3_reg;
644 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
646 opl3->command(opl3, opl3_reg, vp->keyon_reg);
747 unsigned short opl3_reg;
773 opl3_reg = reg_side | (OPL3_REG_FNUM_LOW + voice_offset);
774 opl3->command(opl3, opl3_reg, fnum);
782 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
783 opl3->command(opl3, opl3_reg, blocknum);