tag | line | file | source code |
instr | 272 | drivers/scsi/aic7xxx_asm.c | } instr[] = { |
instr | 470 | drivers/scsi/aic7xxx_asm.c | for (i = 0; instr[i].name; i++) { |
instr | 476 | drivers/scsi/aic7xxx_asm.c | if (!strcmp(instr[i].name, *a) && instr[i].n == n) |
instr | 479 | drivers/scsi/aic7xxx_asm.c | if (!instr[i].name) |
instr | 482 | drivers/scsi/aic7xxx_asm.c | I_op = eval_operand(a, instr[i].op); |
instr | 483 | drivers/scsi/aic7xxx_asm.c | I_src = eval_sdi(a, instr[i].src); |
instr | 484 | drivers/scsi/aic7xxx_asm.c | I_imm = eval_sdi(a, instr[i].imm); |
instr | 485 | drivers/scsi/aic7xxx_asm.c | I_dest = eval_sdi(a, instr[i].dest); |
instr | 486 | drivers/scsi/aic7xxx_asm.c | I_addr = eval_addr(a, instr[i].addr); |
instr | 491 | drivers/scsi/aic7xxx_asm.c | switch (instr[i].fmt) { |
instr | 191 | drivers/sound/dev_table.h | int (*set_instr) (int dev, int voice, int instr); |
instr | 1512 | drivers/sound/gus_wave.c | int instr; |
instr | 1546 | drivers/sound/gus_wave.c | instr = patch.instr_no; |
instr | 1548 | drivers/sound/gus_wave.c | if (instr < 0 || instr > MAX_PATCH) |
instr | 1550 | drivers/sound/gus_wave.c | printk ("GUS: Invalid patch number %d\n", instr); |
instr | 1628 | drivers/sound/gus_wave.c | samples[free_sample].key = patch_table[instr]; |
instr | 1629 | drivers/sound/gus_wave.c | patch_table[instr] = free_sample; |
instr | 1768 | drivers/sound/gus_wave.c | pmgr_inform (dev, PM_E_PATCH_LOADED, instr, free_sample, 0, 0); |
instr | 86 | drivers/sound/opl3.c | static int store_instr (int instr_no, struct sbi_instrument *instr); |
instr | 359 | drivers/sound/opl3.c | store_instr (int instr_no, struct sbi_instrument *instr) |
instr | 362 | drivers/sound/opl3.c | if (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || devc->model != 2)) |
instr | 363 | drivers/sound/opl3.c | printk ("FM warning: Invalid patch format field (key) 0x%x\n", instr->key); |
instr | 364 | drivers/sound/opl3.c | memcpy ((char *) &(devc->i_map[instr_no]), (char *) instr, sizeof (*instr)); |
instr | 434 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 442 | drivers/sound/opl3.c | instr = devc->act_i[voice]; |
instr | 444 | drivers/sound/opl3.c | if (!instr) |
instr | 445 | drivers/sound/opl3.c | instr = &devc->i_map[0]; |
instr | 447 | drivers/sound/opl3.c | if (instr->channel < 0) |
instr | 456 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
instr | 457 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
instr | 459 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) |
instr | 478 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
instr | 479 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
instr | 480 | drivers/sound/opl3.c | vol3 = instr->operators[OFFS_4OP + 2]; |
instr | 481 | drivers/sound/opl3.c | vol4 = instr->operators[OFFS_4OP + 3]; |
instr | 488 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
instr | 527 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 570 | drivers/sound/opl3.c | instr = devc->act_i[voice]; |
instr | 572 | drivers/sound/opl3.c | if (!instr) |
instr | 573 | drivers/sound/opl3.c | instr = &devc->i_map[0]; |
instr | 575 | drivers/sound/opl3.c | if (instr->channel < 0) |
instr | 583 | drivers/sound/opl3.c | if (map->voice_mode == 2 && instr->key == OPL3_PATCH) |
instr | 597 | drivers/sound/opl3.c | if (instr->key != OPL3_PATCH) /* |
instr | 615 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); |
instr | 616 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); |
instr | 621 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); |
instr | 622 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); |
instr | 627 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); |
instr | 628 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); |
instr | 633 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); |
instr | 634 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); |
instr | 639 | drivers/sound/opl3.c | fpc = instr->operators[10]; |
instr | 657 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); |
instr | 658 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); |
instr | 663 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); |
instr | 664 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); |
instr | 669 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); |
instr | 670 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); |
instr | 675 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); |
instr | 676 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); |
instr | 681 | drivers/sound/opl3.c | fpc = instr->operators[OFFS_4OP + 10]; |
instr | 913 | drivers/sound/opl3.c | tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \ |
instr | 922 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 939 | drivers/sound/opl3.c | instr = devc->act_i[voice]; |
instr | 941 | drivers/sound/opl3.c | if (!instr) |
instr | 942 | drivers/sound/opl3.c | instr = &devc->i_map[0]; |
instr | 946 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
instr | 979 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) /* |
instr | 1071 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 1080 | drivers/sound/opl3.c | instr = &devc->i_map[instr_no]; |
instr | 1081 | drivers/sound/opl3.c | if (instr->channel < 0 || /* Instrument not loaded */ |
instr | 1085 | drivers/sound/opl3.c | is4op = (instr->key == OPL3_PATCH); |