Lines Matching refs:op
404 opl3_command(map->ioaddr, KSL_LEVEL + map->op[0], vol1); in set_voice_volume()
405 opl3_command(map->ioaddr, KSL_LEVEL + map->op[1], vol2); in set_voice_volume()
450 opl3_command(map->ioaddr, KSL_LEVEL + map->op[0], vol1); in set_voice_volume()
451 opl3_command(map->ioaddr, KSL_LEVEL + map->op[1], vol2); in set_voice_volume()
452 opl3_command(map->ioaddr, KSL_LEVEL + map->op[2], vol3); in set_voice_volume()
453 opl3_command(map->ioaddr, KSL_LEVEL + map->op[3], vol4); in set_voice_volume()
485 opl3_command(map->ioaddr, KSL_LEVEL + map->op[1], 0xff); /* in opl3_start_note()
490 opl3_command(map->ioaddr, KSL_LEVEL + map->op[0], 0xff); /* in opl3_start_note()
497 opl3_command(map->ioaddr, KSL_LEVEL + map->op[2], 0xff); in opl3_start_note()
498 opl3_command(map->ioaddr, KSL_LEVEL + map->op[3], 0xff); in opl3_start_note()
550 opl3_command(map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); in opl3_start_note()
551 opl3_command(map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); in opl3_start_note()
557 opl3_command(map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); in opl3_start_note()
558 opl3_command(map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); in opl3_start_note()
564 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); in opl3_start_note()
565 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); in opl3_start_note()
571 opl3_command(map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); in opl3_start_note()
572 opl3_command(map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); in opl3_start_note()
608 opl3_command(map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); in opl3_start_note()
609 opl3_command(map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); in opl3_start_note()
615 opl3_command(map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); in opl3_start_note()
616 opl3_command(map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); in opl3_start_note()
622 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); in opl3_start_note()
623 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); in opl3_start_note()
629 opl3_command(map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); in opl3_start_note()
630 opl3_command(map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); in opl3_start_note()
754 KSL_LEVEL + pv_map[devc->lv_map[i]].op[0], 0xff); in opl3_reset()
757 KSL_LEVEL + pv_map[devc->lv_map[i]].op[1], 0xff); in opl3_reset()
762 KSL_LEVEL + pv_map[devc->lv_map[i]].op[2], 0xff); in opl3_reset()
765 KSL_LEVEL + pv_map[devc->lv_map[i]].op[3], 0xff); in opl3_reset()
862 opl3_command (map->ioaddr, AM_VIB + map->op[cell-1], tmp);}