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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c6568 struct ins_format3 *fmt3_ins; local
6577 fmt3_ins = NULL;
6597 fmt3_ins = &instr.format3;
6599 address = fmt3_ins->address;
6618 fmt3_ins->address = address;
6663 if (fmt3_ins != NULL) {
6665 fmt3_ins->immediate
6666 | (fmt3_ins->source << 8)
6667 | (fmt3_ins->address << 16)
6668 | (fmt3_ins
[all...]
H A Daic79xx.c8839 struct ins_format3 *fmt3_ins; local
8848 fmt3_ins = NULL;
8862 fmt3_ins = &instr.format3;
8863 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address);

Completed in 139 milliseconds