Home
last modified time | relevance | path

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

/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
/drivers/scsi/aic7xxx/
Daic7xxx.seq521 test SEQ_FLAGS, DPHASE jz . + 2;
836 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
849 or SEQ_FLAGS, DPHASE;
1733 test SEQ_FLAGS, DPHASE jz ITloop;
1735 test SEQ_FLAGS, DPHASE jz mesgin_done;
1776 * we need to do is clear the DPHASE flag and let the data phase
1781 and SEQ_FLAGS, ~DPHASE; /*
Daic7xxx_reg_print.c_shipped224 { "DPHASE", 0x20, 0x20 },
Daic79xx.seq1353 test SEQ_FLAGS, DPHASE jz ITloop;
1378 * we need to do is clear the DPHASE flag and let the data phase
1383 and SEQ_FLAGS, ~DPHASE;
1635 test SEQ_FLAGS, DPHASE jz data_phase_initialize;
1679 or SEQ_FLAGS, DPHASE;
Daic79xx_reg_print.c_shipped647 { "DPHASE", 0x20, 0x20 },
Daic7xxx_reg.h_shipped447 #define DPHASE 0x20
Daic7xxx.reg1479 field DPHASE 0x20
Daic7xxx_core.c1404 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint()
4168 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue()
Daic79xx_reg.h_shipped2452 #define DPHASE 0x20
Daic79xx_core.c2232 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint()
5702 if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0 in ahd_handle_ign_wide_residue()
Daic79xx.reg3837 field DPHASE 0x20
/drivers/scsi/
Daic7xxx_old.c4626 (aic_inb(p, SEQ_FLAGS) & DPHASE) ? "Have" : "Haven't", in aic7xxx_handle_seqint()