Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq526 test SEQ_FLAGS, DPHASE jz . + 2;
841 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
854 or SEQ_FLAGS, DPHASE;
1738 test SEQ_FLAGS, DPHASE jz ITloop;
1740 test SEQ_FLAGS, DPHASE jz mesgin_done;
1781 * we need to do is clear the DPHASE flag and let the data phase
1786 and SEQ_FLAGS, ~DPHASE; /*
H A Daic79xx.seq1354 test SEQ_FLAGS, DPHASE jz ITloop;
1379 * we need to do is clear the DPHASE flag and let the data phase
1384 and SEQ_FLAGS, ~DPHASE;
1636 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
1680 or SEQ_FLAGS, DPHASE;
H A Daic7xxx_reg.h1323 #define DPHASE 0x20 macro
H A Daic7xxx.reg1343 field DPHASE 0x20
H A Daic79xx_reg.h3591 #define DPHASE 0x20 macro
H A Daic79xx.reg3599 field DPHASE 0x20
/openbsd-src/sys/dev/ic/
H A Daic7xxx.c865 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint()
3615 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue()
H A Daic79xx.c1381 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint()
4869 if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0 in ahd_handle_ign_wide_residue()