tag | line | file | source code |
instr | 249 | drivers/scsi/aic7770.c | } instr[] = { |
instr | 444 | drivers/scsi/aic7770.c | for (i = 0; instr[i].name; i++) { |
instr | 450 | drivers/scsi/aic7770.c | if (!strcmp(instr[i].name, *a) && instr[i].n == n) |
instr | 453 | drivers/scsi/aic7770.c | if (!instr[i].name) |
instr | 456 | drivers/scsi/aic7770.c | I_op = eval_operand(a, instr[i].op); |
instr | 457 | drivers/scsi/aic7770.c | I_src = eval_sdi(a, instr[i].src); |
instr | 458 | drivers/scsi/aic7770.c | I_imm = eval_sdi(a, instr[i].imm); |
instr | 459 | drivers/scsi/aic7770.c | I_dest = eval_sdi(a, instr[i].dest); |
instr | 460 | drivers/scsi/aic7770.c | I_addr = eval_addr(a, instr[i].addr); |
instr | 462 | drivers/scsi/aic7770.c | switch (instr[i].fmt) { |
instr | 153 | drivers/sound/dev_table.h | int (*set_instr) (int dev, int voice, int instr); |
instr | 1476 | drivers/sound/gus_wave.c | int instr; |
instr | 1510 | drivers/sound/gus_wave.c | instr = patch.instr_no; |
instr | 1512 | drivers/sound/gus_wave.c | if (instr < 0 || instr > MAX_PATCH) |
instr | 1514 | drivers/sound/gus_wave.c | printk ("GUS: Invalid patch number %d\n", instr); |
instr | 1592 | drivers/sound/gus_wave.c | samples[free_sample].key = patch_table[instr]; |
instr | 1593 | drivers/sound/gus_wave.c | patch_table[instr] = free_sample; |
instr | 1715 | 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 | 332 | drivers/sound/opl3.c | store_instr (int instr_no, struct sbi_instrument *instr) |
instr | 335 | drivers/sound/opl3.c | if (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || !opl3_enabled)) |
instr | 336 | drivers/sound/opl3.c | printk ("FM warning: Invalid patch format field (key) 0x%x\n", instr->key); |
instr | 337 | drivers/sound/opl3.c | memcpy ((char *) &(instrmap[instr_no]), (char *) instr, sizeof (*instr)); |
instr | 435 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 443 | drivers/sound/opl3.c | instr = active_instrument[voice]; |
instr | 445 | drivers/sound/opl3.c | if (!instr) |
instr | 446 | drivers/sound/opl3.c | instr = &instrmap[0]; |
instr | 448 | drivers/sound/opl3.c | if (instr->channel < 0) |
instr | 459 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
instr | 460 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
instr | 462 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) |
instr | 491 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
instr | 492 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
instr | 493 | drivers/sound/opl3.c | vol3 = instr->operators[OFFS_4OP + 2]; |
instr | 494 | drivers/sound/opl3.c | vol4 = instr->operators[OFFS_4OP + 3]; |
instr | 501 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
instr | 544 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 587 | drivers/sound/opl3.c | instr = active_instrument[voice]; |
instr | 589 | drivers/sound/opl3.c | if (!instr) |
instr | 590 | drivers/sound/opl3.c | instr = &instrmap[0]; |
instr | 592 | drivers/sound/opl3.c | if (instr->channel < 0) |
instr | 600 | drivers/sound/opl3.c | if (map->voice_mode == 2 && instr->key == OPL3_PATCH) |
instr | 614 | drivers/sound/opl3.c | if (instr->key != OPL3_PATCH) /* |
instr | 632 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); |
instr | 633 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); |
instr | 638 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); |
instr | 639 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); |
instr | 644 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); |
instr | 645 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); |
instr | 650 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); |
instr | 651 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); |
instr | 656 | drivers/sound/opl3.c | fpc = instr->operators[10]; |
instr | 674 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); |
instr | 675 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); |
instr | 680 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); |
instr | 681 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); |
instr | 686 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); |
instr | 687 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); |
instr | 692 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); |
instr | 693 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); |
instr | 698 | drivers/sound/opl3.c | fpc = instr->operators[OFFS_4OP + 10]; |
instr | 926 | drivers/sound/opl3.c | tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \ |
instr | 935 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 952 | drivers/sound/opl3.c | instr = active_instrument[voice]; |
instr | 954 | drivers/sound/opl3.c | if (!instr) |
instr | 955 | drivers/sound/opl3.c | instr = &instrmap[0]; |
instr | 959 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
instr | 992 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) /* |
instr | 1080 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 1089 | drivers/sound/opl3.c | instr = &instrmap[instr_no]; |
instr | 1090 | drivers/sound/opl3.c | if (instr->channel < 0 || /* Instrument not loaded */ |
instr | 1094 | drivers/sound/opl3.c | is4op = (instr->key == OPL3_PATCH); |