taglinefilesource code
opl3_command88drivers/sound/opl3.cstatic void     opl3_command (int io_addr, unsigned int addr, unsigned int val);
opl3_command105drivers/sound/opl3.copl3_command (devc->right_io, CONNECTION_SELECT_REGISTER, 0x3f);
opl3_command203drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER, TIMER1_MASK | TIMER2_MASK);
opl3_command206drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER, IRQ_RESET);
opl3_command217drivers/sound/opl3.copl3_command (ioaddr, TIMER1_REGISTER, 0xff);    /* Set timer1 to 0xff */
opl3_command219drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER,
opl3_command240drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER, TIMER1_MASK | TIMER2_MASK);
opl3_command242drivers/sound/opl3.copl3_command (ioaddr, TIMER_CONTROL_REGISTER, IRQ_RESET);
opl3_command271drivers/sound/opl3.copl3_command (ioaddr + 2, OPL3_MODE_REGISTER, 0x00);
opl3_command272drivers/sound/opl3.copl3_command (ioaddr + 2, OPL3_MODE_REGISTER, OPL3_ENABLE | OPL4_ENABLE);
opl3_command301drivers/sound/opl3.copl3_command (ioaddr + 2, OPL3_MODE_REGISTER, 0);
opl3_command306drivers/sound/opl3.copl3_command (ioaddr, KEYON_BLOCK + i, 0);  /*
opl3_command310drivers/sound/opl3.copl3_command (ioaddr, TEST_REGISTER, ENABLE_WAVE_SELECT);
opl3_command311drivers/sound/opl3.copl3_command (ioaddr, PERCUSSION_REGISTER, 0x00);  /*
opl3_command335drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num, devc->voc[voice].keyon_byte & ~0x20);
opl3_command469drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[0], vol1);
opl3_command470drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[1], vol2);
opl3_command515drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[0], vol1);
opl3_command516drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[1], vol2);
opl3_command517drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[2], vol3);
opl3_command518drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[3], vol4);
opl3_command549drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[1], 0xff);  /*
opl3_command554drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[0], 0xff);  /*
opl3_command561drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[2], 0xff);
opl3_command562drivers/sound/opl3.copl3_command (map->ioaddr, KSL_LEVEL + map->op[3], 0xff);
opl3_command565drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num, 0x00);  /*
opl3_command609drivers/sound/opl3.copl3_command (devc->right_io, CONNECTION_SELECT_REGISTER, devc->cmask);
opl3_command615drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]);
opl3_command616drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]);
opl3_command621drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]);
opl3_command622drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]);
opl3_command627drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]);
opl3_command628drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]);
opl3_command633drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]);
opl3_command634drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]);
opl3_command644drivers/sound/opl3.copl3_command (map->ioaddr, FEEDBACK_CONNECTION + map->voice_num,
opl3_command657drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]);
opl3_command658drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]);
opl3_command663drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]);
opl3_command664drivers/sound/opl3.copl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]);
opl3_command669drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]);
opl3_command670drivers/sound/opl3.copl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]);
opl3_command675drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]);
opl3_command676drivers/sound/opl3.copl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]);
opl3_command686drivers/sound/opl3.copl3_command (map->ioaddr, FEEDBACK_CONNECTION + map->voice_num + 3, fpc);
opl3_command712drivers/sound/opl3.copl3_command (map->ioaddr, FNUM_LOW + map->voice_num, data);
opl3_command716drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num, data);
opl3_command718drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num + 3, data);
opl3_command806drivers/sound/opl3.copl3_command (pv_map[devc->lv_map[i]].ioaddr,
opl3_command809drivers/sound/opl3.copl3_command (pv_map[devc->lv_map[i]].ioaddr,
opl3_command814drivers/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_command857drivers/sound/opl3.copl3_command (devc->right_io, CONNECTION_SELECT_REGISTER, devc->cmask);
opl3_command916drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[cell-1], tmp);}
opl3_command1016drivers/sound/opl3.copl3_command (map->ioaddr, FNUM_LOW + map->voice_num, data);
opl3_command1027drivers/sound/opl3.copl3_command (map->ioaddr, KEYON_BLOCK + map->voice_num, data);
opl3_command1240drivers/sound/opl3.copl3_command (devc->right_io, OPL3_MODE_REGISTER, OPL3_ENABLE);
opl3_command1241drivers/sound/opl3.copl3_command (devc->right_io, CONNECTION_SELECT_REGISTER, 0x00);