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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6381 struct ins_format3 *fmt3_ins; local
6390 fmt3_ins = NULL;
6410 fmt3_ins = &instr.format3;
6412 address = fmt3_ins->address;
6431 fmt3_ins->address = address;
6476 if (fmt3_ins != NULL) {
6478 fmt3_ins->immediate
6479 | (fmt3_ins->source << 8)
6480 | (fmt3_ins->address << 16)
6481 | (fmt3_ins
[all...]
H A Daic79xx_core.c8740 struct ins_format3 *fmt3_ins; local
8749 fmt3_ins = NULL;
8763 fmt3_ins = &instr.format3;
8764 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c1607 struct ins_format3 *fmt3_ins; local
1615 fmt3_ins = NULL;
1636 fmt3_ins = &instr.format3;
1638 address = fmt3_ins->address;
1659 fmt3_ins->address = address;
1693 if (fmt3_ins != NULL)
1695 instr.integer = fmt3_ins->immediate |
1696 (fmt3_ins->source << 8) |
1697 (fmt3_ins->address << 16) |
1698 (fmt3_ins
[all...]

Completed in 134 milliseconds