Searched refs:DPHASE (Results 1 – 14 of 14) sorted by relevance
/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
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 521 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; /*
|
D | aic7xxx_reg_print.c_shipped | 224 { "DPHASE", 0x20, 0x20 },
|
D | aic79xx.seq | 1353 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;
|
D | aic79xx_reg_print.c_shipped | 647 { "DPHASE", 0x20, 0x20 },
|
D | aic7xxx_reg.h_shipped | 447 #define DPHASE 0x20
|
D | aic7xxx.reg | 1479 field DPHASE 0x20
|
D | aic7xxx_core.c | 1404 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()
|
D | aic79xx_reg.h_shipped | 2452 #define DPHASE 0x20
|
D | aic79xx_core.c | 2232 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()
|
D | aic79xx.reg | 3837 field DPHASE 0x20
|
/drivers/scsi/ |
D | aic7xxx_old.c | 4626 (aic_inb(p, SEQ_FLAGS) & DPHASE) ? "Have" : "Haven't", in aic7xxx_handle_seqint()
|