Searched refs:DPHASE (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 238 #define DPHASE 0x10 macro
|
D | aic7xxx.seq | 371 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; /*
|
D | aic7xxx.reg | 1208 bit DPHASE 0x10
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 521 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; /*
|
D | aic79xx.seq | 1143 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;
|
D | aic7xxx_reg.h | 1323 #define DPHASE 0x20 macro
|
D | aic7xxx.reg | 1343 field DPHASE 0x20
|
D | aic79xx_reg.h | 3549 #define DPHASE 0x20 macro
|
D | aic7xxx_core.c | 822 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()
|
D | aic79xx_core.c | 992 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()
|
D | aic79xx.reg | 3581 field DPHASE 0x20
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 5142 (aic_inb(p, SEQ_FLAGS) & DPHASE) ? "Have" : "Haven't", in aic7xxx_handle_seqint()
|