taglinefilesource code
opl3_command91drivers/sound/opl3.cstatic void     opl3_command (int io_addr, unsigned int addr, unsigned int val);
opl3_command108drivers/sound/opl3.copl3_command (devc->right_io, CONNECTION_SELECT_REGISTER, 0x3f);
opl3_command206drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER, TIMER1_MASK | TIMER2_MASK);
opl3_command209drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER, IRQ_RESET);
opl3_command220drivers/sound/opl3.copl3_command (ioaddr, TIMER1_REGISTER, 0xff);    /* Set timer1 to 0xff */
opl3_command222drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER,
opl3_command243drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER, TIMER1_MASK | TIMER2_MASK);
opl3_command245drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER, IRQ_RESET);
opl3_command274drivers/sound/opl3.copl3_command (ioaddr + 2, OPL3_MODE_REGISTER, 0x00);
opl3_command275drivers/sound/opl3.copl3_command (ioaddr + 2, OPL3_MODE_REGISTER, OPL3_ENABLE | OPL4_ENABLE);
opl3_command304drivers/sound/opl3.copl3_command (ioaddr + 2, OPL3_MODE_REGISTER, 0);
opl3_command309drivers/sound/opl3.copl3_command (ioaddr, KEYON_BLOCK + i, 0);  /*
opl3_command313drivers/sound/opl3.copl3_command (ioaddr, TEST_REGISTER, ENABLE_WAVE_SELECT);
opl3_command314drivers/sound/opl3.copl3_command (ioaddr, PERCUSSION_REGISTER, 0x00);  /*
opl3_command338drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num, devc->voc[voice].keyon_byte & ~0x20);
opl3_command472drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[0], vol1);
opl3_command473drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[1], vol2);
opl3_command518drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[0], vol1);
opl3_command519drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[1], vol2);
opl3_command520drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[2], vol3);
opl3_command521drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[3], vol4);
opl3_command552drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[1], 0xff);  /*
opl3_command557drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[0], 0xff);  /*
opl3_command564drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[2], 0xff);
opl3_command565drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[3], 0xff);
opl3_command568drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num, 0x00);  /*
opl3_command612drivers/sound/opl3.copl3_command (devc->right_io, CONNECTION_SELECT_REGISTER, devc->cmask);
opl3_command618drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]);
opl3_command619drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]);
opl3_command624drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]);
opl3_command625drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]);
opl3_command630drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]);
opl3_command631drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]);
opl3_command636drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]);
opl3_command637drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]);
opl3_command647drivers/sound/opl3.copl3_command (map->ioaddr, FEEDBACK_CONNECTION + map->voice_num,
opl3_command660drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]);
opl3_command661drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]);
opl3_command666drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]);
opl3_command667drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]);
opl3_command672drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]);
opl3_command673drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]);
opl3_command678drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]);
opl3_command679drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]);
opl3_command689drivers/sound/opl3.copl3_command (map->ioaddr, FEEDBACK_CONNECTION + map->voice_num + 3, fpc);
opl3_command715drivers/sound/opl3.copl3_command (map->ioaddr, FNUM_LOW + map->voice_num, data);
opl3_command719drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num, data);
opl3_command721drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num + 3, data);
opl3_command809drivers/sound/opl3.copl3_command (pv_map[devc->lv_map[i]].ioaddr,
opl3_command812drivers/sound/opl3.copl3_command (pv_map[devc->lv_map[i]].ioaddr,
opl3_command817drivers/sound/opl3.copl3_command (pv_map[devc->lv_map[i]].ioaddr,
opl3_command820drivers/sound/opl3.copl3_command (pv_map[devc->lv_map[i]].ioaddr,
opl3_command860drivers/sound/opl3.copl3_command (devc->right_io, CONNECTION_SELECT_REGISTER, devc->cmask);
opl3_command919drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[cell-1], tmp);}
opl3_command1019drivers/sound/opl3.copl3_command (map->ioaddr, FNUM_LOW + map->voice_num, data);
opl3_command1030drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num, data);
opl3_command1244drivers/sound/opl3.copl3_command (devc->right_io, OPL3_MODE_REGISTER, OPL3_ENABLE);
opl3_command1245drivers/sound/opl3.copl3_command (devc->right_io, CONNECTION_SELECT_REGISTER, 0x00);