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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6999 struct ins_format3 *fmt3_ins; ahc_download_instr() local
7008 fmt3_ins = NULL; ahc_download_instr()
7028 fmt3_ins = &instr.format3; ahc_download_instr()
7030 address = fmt3_ins->address; ahc_download_instr()
7049 fmt3_ins->address = address; ahc_download_instr()
7094 if (fmt3_ins != NULL) { ahc_download_instr()
7096 fmt3_ins->immediate ahc_download_instr()
7097 | (fmt3_ins->source << 8) ahc_download_instr()
7098 | (fmt3_ins->address << 16) ahc_download_instr()
7099 | (fmt3_ins->opcode << 25); ahc_download_instr()
H A Daic79xx_core.c9581 struct ins_format3 *fmt3_ins; ahd_download_instr() local
9590 fmt3_ins = NULL; ahd_download_instr()
9604 fmt3_ins = &instr.format3; ahd_download_instr()
9605 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address); ahd_download_instr()

Completed in 174 milliseconds