Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx.c6572 struct ins_format3 *fmt3_ins; in ahc_download_instr() local
6581 fmt3_ins = NULL; in ahc_download_instr()
6601 fmt3_ins = &instr.format3; in ahc_download_instr()
6603 address = fmt3_ins->address; in ahc_download_instr()
6622 fmt3_ins->address = address; in ahc_download_instr()
6667 if (fmt3_ins != NULL) { in ahc_download_instr()
6669 fmt3_ins->immediate in ahc_download_instr()
6670 | (fmt3_ins->source << 8) in ahc_download_instr()
6671 | (fmt3_ins->address << 16) in ahc_download_instr()
6672 | (fmt3_ins->opcode << 25); in ahc_download_instr()
Daic79xx.c8846 struct ins_format3 *fmt3_ins; in ahd_download_instr() local
8855 fmt3_ins = NULL; in ahd_download_instr()
8869 fmt3_ins = &instr.format3; in ahd_download_instr()
8870 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address); in ahd_download_instr()