Searched refs:fmt1_ins (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6999 struct ins_format1 *fmt1_ins; local
7008 fmt1_ins = &instr.format1;
7059 if (fmt1_ins->parity != 0) {
7060 fmt1_ins->immediate = dconsts[fmt1_ins->immediate];
7062 fmt1_ins->parity = 0;
7072 if (fmt1_ins->immediate != 1)
7075 fmt1_ins->opcode = AIC_OP_AND;
7076 fmt1_ins->immediate = 0xff;
7103 fmt1_ins
[all...]
H A Daic79xx_core.c9580 struct ins_format1 *fmt1_ins; local
9589 fmt1_ins = &instr.format1;
9614 if (fmt1_ins->parity != 0) {
9615 fmt1_ins->immediate = dconsts[fmt1_ins->immediate];
9617 fmt1_ins->parity = 0;
/drivers/scsi/
H A Daic7xxx_old.c1611 struct ins_format1 *fmt1_ins; local
1619 fmt1_ins = &instr.format1;
1673 if (fmt1_ins->parity != 0)
1675 fmt1_ins->immediate = dconsts[fmt1_ins->immediate];
1677 fmt1_ins->parity = 0;
1707 instr.integer = fmt1_ins->immediate |
1708 (fmt1_ins->source << 8) |
1709 (fmt1_ins->destination << 16) |
1710 (fmt1_ins
[all...]

Completed in 79 milliseconds