Home
last modified time | relevance | path

Searched refs:DPHASE (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq523 test SEQ_FLAGS, DPHASE jz . + 2;
838 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
851 or SEQ_FLAGS, DPHASE;
1735 test SEQ_FLAGS, DPHASE jz ITloop;
1737 test SEQ_FLAGS, DPHASE jz mesgin_done;
1778 * we need to do is clear the DPHASE flag and let the data phase
1783 and SEQ_FLAGS, ~DPHASE; /*
H A Daic79xx.seq1351 test SEQ_FLAGS, DPHASE jz ITloop;
1376 * we need to do is clear the DPHASE flag and let the data phase
1381 and SEQ_FLAGS, ~DPHASE;
1633 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
1677 or SEQ_FLAGS, DPHASE;
H A Daic7xxx_reg.h1321 #define DPHASE 0x20 macro
H A Daic7xxx.reg1340 field DPHASE 0x20
H A Daic79xx_reg.h3589 #define DPHASE 0x20 macro
H A Daic7xxx.c834 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint()
3639 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue()
H A Daic79xx.c1363 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint()
4852 if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0 in ahd_handle_ign_wide_residue()
H A Daic79xx.reg3596 field DPHASE 0x20