Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c6966 struct ins_format3 *fmt3_ins; in ahc_download_instr() local
6975 fmt3_ins = NULL; in ahc_download_instr()
6995 fmt3_ins = &instr.format3; in ahc_download_instr()
6997 address = fmt3_ins->address; in ahc_download_instr()
7016 fmt3_ins->address = address; in ahc_download_instr()
7061 if (fmt3_ins != NULL) { in ahc_download_instr()
7063 fmt3_ins->immediate in ahc_download_instr()
7064 | (fmt3_ins->source << 8) in ahc_download_instr()
7065 | (fmt3_ins->address << 16) in ahc_download_instr()
7066 | (fmt3_ins->opcode << 25); in ahc_download_instr()
Daic79xx_core.c9529 struct ins_format3 *fmt3_ins; in ahd_download_instr() local
9538 fmt3_ins = NULL; in ahd_download_instr()
9552 fmt3_ins = &instr.format3; in ahd_download_instr()
9553 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address); in ahd_download_instr()