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

/netbsd-current/sys/dev/ic/
H A Daic7xxx.c6414 struct ins_format3 *fmt3_ins; local
6423 fmt3_ins = NULL;
6443 fmt3_ins = &instr.format3;
6445 address = fmt3_ins->address;
6462 fmt3_ins->address = address;
6507 if (fmt3_ins != NULL) {
6509 fmt3_ins->immediate
6510 | (fmt3_ins->source << 8)
6511 | (fmt3_ins->address << 16)
6512 | (fmt3_ins
[all...]
H A Daic79xx.c8481 struct ins_format3 *fmt3_ins; local
8490 fmt3_ins = NULL;
8504 fmt3_ins = &instr.format3;
8505 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address);

Completed in 279 milliseconds