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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 521 test SEQ_FLAGS, DPHASE jz . + 2;
839 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
852 or SEQ_FLAGS, DPHASE;
1736 test SEQ_FLAGS, DPHASE jz ITloop;
1738 test SEQ_FLAGS, DPHASE jz mesgin_done;
1779 * we need to do is clear the DPHASE flag and let the data phase
1784 and SEQ_FLAGS, ~DPHASE; /*
aic79xx.seq 1142 test SEQ_FLAGS, DPHASE jz ITloop;
1167 * we need to do is clear the DPHASE flag and let the data phase
1172 and SEQ_FLAGS, ~DPHASE;
1388 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
1432 or SEQ_FLAGS, DPHASE;
aic7xxx.reg 1344 field DPHASE 0x20
aic7xxx_reg.h 1330 #define DPHASE 0x20
aic79xx.reg 3583 field DPHASE 0x20
aic79xx_reg.h 3549 #define DPHASE 0x20
  /src/sys/dev/ic/
aic7xxx.c 839 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't",
3574 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0
aic79xx.c 1340 ahd_inb(ahd, SEQ_FLAGS) & DPHASE
4763 if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0

Completed in 34 milliseconds