Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c6965 struct ins_format1 *fmt1_ins; in ahc_download_instr() local
6974 fmt1_ins = &instr.format1; in ahc_download_instr()
7025 if (fmt1_ins->parity != 0) { in ahc_download_instr()
7026 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahc_download_instr()
7028 fmt1_ins->parity = 0; in ahc_download_instr()
7038 if (fmt1_ins->immediate != 1) in ahc_download_instr()
7041 fmt1_ins->opcode = AIC_OP_AND; in ahc_download_instr()
7042 fmt1_ins->immediate = 0xff; in ahc_download_instr()
7069 fmt1_ins->immediate in ahc_download_instr()
7070 | (fmt1_ins->source << 8) in ahc_download_instr()
[all …]
Daic79xx_core.c9528 struct ins_format1 *fmt1_ins; in ahd_download_instr() local
9537 fmt1_ins = &instr.format1; in ahd_download_instr()
9562 if (fmt1_ins->parity != 0) { in ahd_download_instr()
9563 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahd_download_instr()
9565 fmt1_ins->parity = 0; in ahd_download_instr()