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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6998 struct ins_format1 *fmt1_ins; ahc_download_instr() local
7007 fmt1_ins = &instr.format1; ahc_download_instr()
7058 if (fmt1_ins->parity != 0) { ahc_download_instr()
7059 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; ahc_download_instr()
7061 fmt1_ins->parity = 0; ahc_download_instr()
7071 if (fmt1_ins->immediate != 1) ahc_download_instr()
7074 fmt1_ins->opcode = AIC_OP_AND; ahc_download_instr()
7075 fmt1_ins->immediate = 0xff; ahc_download_instr()
7102 fmt1_ins->immediate ahc_download_instr()
7103 | (fmt1_ins->source << 8) ahc_download_instr()
7104 | (fmt1_ins->destination << 16) ahc_download_instr()
7105 | (fmt1_ins->ret << 24) ahc_download_instr()
7106 | (fmt1_ins->opcode << 25); ahc_download_instr()
H A Daic79xx_core.c9580 struct ins_format1 *fmt1_ins; ahd_download_instr() local
9589 fmt1_ins = &instr.format1; ahd_download_instr()
9614 if (fmt1_ins->parity != 0) { ahd_download_instr()
9615 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; ahd_download_instr()
9617 fmt1_ins->parity = 0; ahd_download_instr()

Completed in 160 milliseconds