Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic7xxx_core.c6932 struct ins_format3 *fmt3_ins; in ahc_download_instr() local
6941 fmt3_ins = NULL; in ahc_download_instr()
6961 fmt3_ins = &instr.format3; in ahc_download_instr()
6963 address = fmt3_ins->address; in ahc_download_instr()
6982 fmt3_ins->address = address; in ahc_download_instr()
7027 if (fmt3_ins != NULL) { in ahc_download_instr()
7029 fmt3_ins->immediate in ahc_download_instr()
7030 | (fmt3_ins->source << 8) in ahc_download_instr()
7031 | (fmt3_ins->address << 16) in ahc_download_instr()
7032 | (fmt3_ins->opcode << 25); in ahc_download_instr()
Daic79xx_core.c9484 struct ins_format3 *fmt3_ins; in ahd_download_instr() local
9493 fmt3_ins = NULL; in ahd_download_instr()
9507 fmt3_ins = &instr.format3; in ahd_download_instr()
9508 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address); in ahd_download_instr()