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

  /src/sys/dev/ic/
aic79xx.c 2502 u_int seqaddr; local in function:ahd_clear_critical_section
2506 seqaddr = ahd_inb(ahd, CURADDR)
2512 if (cs->begin < seqaddr && cs->end >= seqaddr)
2523 seqaddr);
2532 seqaddr);
2536 first_instr = seqaddr;
aic7xxx.c 410 printf("%s: brkadrint, %s at seqaddr = 0x%x\n",
1101 "SEQADDR(0x%x) SCSIRATE(0x%x)\n",
1374 "SEQADDR == 0x%x\n",
1427 u_int seqaddr; local in function:ahc_clear_critical_section
1430 seqaddr = ahc_inb(ahc, SEQADDR0)
1434 * Seqaddr represents the next instruction to execute,
1438 if (seqaddr != 0)
1439 seqaddr -= 1;
1443 if (cs->begin < seqaddr && cs->end >= seqaddr)
    [all...]

Completed in 17 milliseconds