OFFS_4OP          415 sound/oss/opl3.c 		vol3 = instr->operators[OFFS_4OP + 2];
OFFS_4OP          416 sound/oss/opl3.c 		vol4 = instr->operators[OFFS_4OP + 3];
OFFS_4OP          423 sound/oss/opl3.c 		connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01);
OFFS_4OP          608 sound/oss/opl3.c 		opl3_command(map->ioaddr, AM_VIB + map->op[2], instr->operators[OFFS_4OP + 0]);
OFFS_4OP          609 sound/oss/opl3.c 		opl3_command(map->ioaddr, AM_VIB + map->op[3], instr->operators[OFFS_4OP + 1]);
OFFS_4OP          615 sound/oss/opl3.c 		opl3_command(map->ioaddr, ATTACK_DECAY + map->op[2], instr->operators[OFFS_4OP + 4]);
OFFS_4OP          616 sound/oss/opl3.c 		opl3_command(map->ioaddr, ATTACK_DECAY + map->op[3], instr->operators[OFFS_4OP + 5]);
OFFS_4OP          622 sound/oss/opl3.c 		opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[2], instr->operators[OFFS_4OP + 6]);
OFFS_4OP          623 sound/oss/opl3.c 		opl3_command(map->ioaddr, SUSTAIN_RELEASE + map->op[3], instr->operators[OFFS_4OP + 7]);
OFFS_4OP          629 sound/oss/opl3.c 		opl3_command(map->ioaddr, WAVE_SELECT + map->op[2], instr->operators[OFFS_4OP + 8]);
OFFS_4OP          630 sound/oss/opl3.c 		opl3_command(map->ioaddr, WAVE_SELECT + map->op[3], instr->operators[OFFS_4OP + 9]);
OFFS_4OP          636 sound/oss/opl3.c 		fpc = instr->operators[OFFS_4OP + 10];
OFFS_4OP          859 sound/oss/opl3.c 	tmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \
OFFS_4OP          891 sound/oss/opl3.c 		int connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01);