Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h238 #define DPHASE 0x10 macro
Daic7xxx.seq371 test SEQ_FLAGS, DPHASE jnz data_phase_reinit;
372 or SEQ_FLAGS, DPHASE; /* we've seen a data phase */
899 test SEQ_FLAGS, DPHASE jz mesgin_done;
922 * we need to do is clear the DPHASE flag and let the data phase
926 and SEQ_FLAGS, ~DPHASE; /*
Daic7xxx.reg1208 bit DPHASE 0x10
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq521 test SEQ_FLAGS, DPHASE jz . + 2;
835 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
848 or SEQ_FLAGS, DPHASE;
1732 test SEQ_FLAGS, DPHASE jz ITloop;
1734 test SEQ_FLAGS, DPHASE jz mesgin_done;
1775 * we need to do is clear the DPHASE flag and let the data phase
1780 and SEQ_FLAGS, ~DPHASE; /*
Daic79xx.seq1143 test SEQ_FLAGS, DPHASE jz ITloop;
1168 * we need to do is clear the DPHASE flag and let the data phase
1173 and SEQ_FLAGS, ~DPHASE;
1389 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
1433 or SEQ_FLAGS, DPHASE;
Daic7xxx_reg.h1323 #define DPHASE 0x20 macro
Daic7xxx.reg1343 field DPHASE 0x20
Daic79xx_reg.h3549 #define DPHASE 0x20 macro
Daic7xxx_core.c822 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint()
3572 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue()
Daic79xx_core.c992 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint()
4406 if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0 in ahd_handle_ign_wide_residue()
Daic79xx.reg3581 field DPHASE 0x20
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c5142 (aic_inb(p, SEQ_FLAGS) & DPHASE) ? "Have" : "Haven't", in aic7xxx_handle_seqint()