Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c6998 struct ins_format1 *fmt1_ins; in ahc_download_instr() local
7007 fmt1_ins = &instr.format1; in ahc_download_instr()
7058 if (fmt1_ins->parity != 0) { in ahc_download_instr()
7059 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahc_download_instr()
7061 fmt1_ins->parity = 0; in ahc_download_instr()
7071 if (fmt1_ins->immediate != 1) in ahc_download_instr()
7074 fmt1_ins->opcode = AIC_OP_AND; in ahc_download_instr()
7075 fmt1_ins->immediate = 0xff; in ahc_download_instr()
7102 fmt1_ins->immediate in ahc_download_instr()
7103 | (fmt1_ins->source << 8) in ahc_download_instr()
[all …]
Daic79xx_core.c9568 struct ins_format1 *fmt1_ins; in ahd_download_instr() local
9577 fmt1_ins = &instr.format1; in ahd_download_instr()
9602 if (fmt1_ins->parity != 0) { in ahd_download_instr()
9603 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahd_download_instr()
9605 fmt1_ins->parity = 0; in ahd_download_instr()