HomeSort by: relevance | last modified time | path
    Searched defs:fmt3_ins (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 8481 struct ins_format3 *fmt3_ins; local in function:ahd_download_instr
8490 fmt3_ins = NULL;
8504 fmt3_ins = &instr.format3;
8505 fmt3_ins->address = ahd_resolve_seqaddr(ahd, fmt3_ins->address);
aic7xxx.c 6414 struct ins_format3 *fmt3_ins; local in function:ahc_download_instr
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->opcode << 25)
    [all...]

Completed in 20 milliseconds