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 | 170 | drivers/sound/dev_table.h | int (*set_instr) (int dev, int voice, int instr); |
instr | 1511 | drivers/sound/gus_wave.c | int instr; |
instr | 1545 | drivers/sound/gus_wave.c | instr = patch.instr_no; |
instr | 1547 | drivers/sound/gus_wave.c | if (instr < 0 || instr > MAX_PATCH) |
instr | 1549 | drivers/sound/gus_wave.c | printk ("GUS: Invalid patch number %d\n", instr); |
instr | 1627 | drivers/sound/gus_wave.c | samples[free_sample].key = patch_table[instr]; |
instr | 1628 | drivers/sound/gus_wave.c | patch_table[instr] = free_sample; |
instr | 1750 | drivers/sound/gus_wave.c | pmgr_inform (dev, PM_E_PATCH_LOADED, instr, free_sample, 0, 0); |
instr | 87 | drivers/sound/opl3.c | static int store_instr (int instr_no, struct sbi_instrument *instr); |
instr | 344 | drivers/sound/opl3.c | store_instr (int instr_no, struct sbi_instrument *instr) |
instr | 347 | drivers/sound/opl3.c | if (instr->key != FM_PATCH && (instr->key != OPL3_PATCH || !opl3_enabled)) |
instr | 348 | drivers/sound/opl3.c | printk ("FM warning: Invalid patch format field (key) 0x%x\n", instr->key); |
instr | 349 | drivers/sound/opl3.c | memcpy ((char *) &(instrmap[instr_no]), (char *) instr, sizeof (*instr)); |
instr | 447 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 455 | drivers/sound/opl3.c | instr = active_instrument[voice]; |
instr | 457 | drivers/sound/opl3.c | if (!instr) |
instr | 458 | drivers/sound/opl3.c | instr = &instrmap[0]; |
instr | 460 | drivers/sound/opl3.c | if (instr->channel < 0) |
instr | 471 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
instr | 472 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
instr | 474 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) |
instr | 503 | drivers/sound/opl3.c | vol1 = instr->operators[2]; |
instr | 504 | drivers/sound/opl3.c | vol2 = instr->operators[3]; |
instr | 505 | drivers/sound/opl3.c | vol3 = instr->operators[OFFS_4OP + 2]; |
instr | 506 | drivers/sound/opl3.c | vol4 = instr->operators[OFFS_4OP + 3]; |
instr | 513 | drivers/sound/opl3.c | connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
instr | 556 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 599 | drivers/sound/opl3.c | instr = active_instrument[voice]; |
instr | 601 | drivers/sound/opl3.c | if (!instr) |
instr | 602 | drivers/sound/opl3.c | instr = &instrmap[0]; |
instr | 604 | drivers/sound/opl3.c | if (instr->channel < 0) |
instr | 612 | drivers/sound/opl3.c | if (map->voice_mode == 2 && instr->key == OPL3_PATCH) |
instr | 626 | drivers/sound/opl3.c | if (instr->key != OPL3_PATCH) /* |
instr | 644 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); |
instr | 645 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); |
instr | 650 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[0], instr->operators[4]); |
instr | 651 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[1], instr->operators[5]); |
instr | 656 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[0], instr->operators[6]); |
instr | 657 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[1], instr->operators[7]); |
instr | 662 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[0], instr->operators[8]); |
instr | 663 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[1], instr->operators[9]); |
instr | 668 | drivers/sound/opl3.c | fpc = instr->operators[10]; |
instr | 686 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]); |
instr | 687 | drivers/sound/opl3.c | opl3_command (map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]); |
instr | 692 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]); |
instr | 693 | drivers/sound/opl3.c | opl3_command (map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]); |
instr | 698 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]); |
instr | 699 | drivers/sound/opl3.c | opl3_command (map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]); |
instr | 704 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]); |
instr | 705 | drivers/sound/opl3.c | opl3_command (map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]); |
instr | 710 | drivers/sound/opl3.c | fpc = instr->operators[OFFS_4OP + 10]; |
instr | 950 | drivers/sound/opl3.c | tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \ |
instr | 959 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 976 | drivers/sound/opl3.c | instr = active_instrument[voice]; |
instr | 978 | drivers/sound/opl3.c | if (!instr) |
instr | 979 | drivers/sound/opl3.c | instr = &instrmap[0]; |
instr | 983 | drivers/sound/opl3.c | int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); |
instr | 1016 | drivers/sound/opl3.c | if ((instr->operators[10] & 0x01)) /* |
instr | 1104 | drivers/sound/opl3.c | struct sbi_instrument *instr; |
instr | 1113 | drivers/sound/opl3.c | instr = &instrmap[instr_no]; |
instr | 1114 | drivers/sound/opl3.c | if (instr->channel < 0 || /* Instrument not loaded */ |
instr | 1118 | drivers/sound/opl3.c | is4op = (instr->key == OPL3_PATCH); |