Searched refs:DPHASE (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 523 test SEQ_FLAGS, DPHASE jz . + 2; 838 test SEQ_FLAGS, DPHASE jz data_phase_initialize; 851 or SEQ_FLAGS, DPHASE; 1735 test SEQ_FLAGS, DPHASE jz ITloop; 1737 test SEQ_FLAGS, DPHASE jz mesgin_done; 1778 * we need to do is clear the DPHASE flag and let the data phase 1783 and SEQ_FLAGS, ~DPHASE; /*
|
H A D | aic79xx.seq | 1351 test SEQ_FLAGS, DPHASE jz ITloop; 1376 * we need to do is clear the DPHASE flag and let the data phase 1381 and SEQ_FLAGS, ~DPHASE; 1633 test SEQ_FLAGS, DPHASE jz data_phase_initialize; 1677 or SEQ_FLAGS, DPHASE;
|
H A D | aic7xxx_reg.h | 1321 #define DPHASE 0x20 macro
|
H A D | aic7xxx.reg | 1340 field DPHASE 0x20
|
H A D | aic79xx_reg.h | 3589 #define DPHASE 0x20 macro
|
H A D | aic79xx.c | 1363 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint() 4852 if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0 in ahd_handle_ign_wide_residue()
|
H A D | aic79xx.reg | 3596 field DPHASE 0x20
|