• Home
  • Raw
  • Download

Lines Matching refs:op

405 		opl3_command(map->ioaddr, KSL_LEVEL + map->op[0], vol1);  in set_voice_volume()
406 opl3_command(map->ioaddr, KSL_LEVEL + map->op[1], vol2); in set_voice_volume()
451 opl3_command(map->ioaddr, KSL_LEVEL + map->op[0], vol1); in set_voice_volume()
452 opl3_command(map->ioaddr, KSL_LEVEL + map->op[1], vol2); in set_voice_volume()
453 opl3_command(map->ioaddr, KSL_LEVEL + map->op[2], vol3); in set_voice_volume()
454 opl3_command(map->ioaddr, KSL_LEVEL + map->op[3], vol4); in set_voice_volume()
486 opl3_command(map->ioaddr, KSL_LEVEL + map->op[1], 0xff); /* in opl3_start_note()
491 opl3_command(map->ioaddr, KSL_LEVEL + map->op[0], 0xff); /* in opl3_start_note()
498 opl3_command(map->ioaddr, KSL_LEVEL + map->op[2], 0xff); in opl3_start_note()
499 opl3_command(map->ioaddr, KSL_LEVEL + map->op[3], 0xff); in opl3_start_note()
551 opl3_command(map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); in opl3_start_note()
552 opl3_command(map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); in opl3_start_note()
558 opl3_command(map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); in opl3_start_note()
559 opl3_command(map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); in opl3_start_note()
565 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); in opl3_start_note()
566 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); in opl3_start_note()
572 opl3_command(map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); in opl3_start_note()
573 opl3_command(map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); in opl3_start_note()
609 opl3_command(map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); in opl3_start_note()
610 opl3_command(map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); in opl3_start_note()
616 opl3_command(map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); in opl3_start_note()
617 opl3_command(map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); in opl3_start_note()
623 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); in opl3_start_note()
624 opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); in opl3_start_note()
630 opl3_command(map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); in opl3_start_note()
631 opl3_command(map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); in opl3_start_note()
755 KSL_LEVEL + pv_map[devc->lv_map[i]].op[0], 0xff); in opl3_reset()
758 KSL_LEVEL + pv_map[devc->lv_map[i]].op[1], 0xff); in opl3_reset()
763 KSL_LEVEL + pv_map[devc->lv_map[i]].op[2], 0xff); in opl3_reset()
766 KSL_LEVEL + pv_map[devc->lv_map[i]].op[3], 0xff); in opl3_reset()
863 opl3_command (map->ioaddr, AM_VIB + map->op[cell-1], tmp);}