HomeSort by: relevance | last modified time | path
    Searched refs:LQISTAT2 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 110 test LQISTAT2, LQIGSAVAIL jz return;
1624 * Rev A. Snapshot LQISTAT2 so the status is not missed
1627 mov REG_ISR, LQISTAT2;
aic79xx.reg 2093 register LQISTAT2 {
aic79xx_reg.h 663 ahd_print_register(NULL, 0, "LQISTAT2", 0x52, regvalue, cur_col, wrap)
2852 #define LQISTAT2 0x52
  /src/sys/dev/ic/
aic79xx.c 301 packetized = ahd_inb(ahd, LQISTAT2) & PACKETIZED;
411 while ((ahd_inb(ahd, LQISTAT2) & LQIGSAVAIL) != 0) {
945 if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0
1764 (void)ahd_inb(ahd, LQISTAT2);
3781 if ((ahd_inb(ahd, LQISTAT2) & LQIPHASE_OUTPKT) != 0) {
8711 ahd_lqistat2_print(ahd_inb(ahd, LQISTAT2), &cur_col, 50);

Completed in 25 milliseconds