Searched refs:LAST_SEG_DONE (Results 1 - 10 of 10) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx.seq1720 * to wait for LAST_SEG_DONE to come true on a completed
1727 test SG_CACHE_SHADOW, LAST_SEG_DONE jz .;
1798 * LAST_SEG_DONE.
2018 test SG_CACHE_SHADOW, LAST_SEG_DONE jnz pkt_last_seg_done;
2061 * LAST_SEG_DONE status has been seen in the current FIFO.
2096 * LAST_SEG_DONE has been observed. However, we check
2112 test SG_CACHE_SHADOW, LAST_SEG_DONE jz return;
2126 test SG_CACHE_SHADOW, LAST_SEG_DONE jnz pkt_status_check_overrun;
2128 test SG_CACHE_SHADOW, LAST_SEG_DONE jnz pkt_status_check_overrun;
2146 * LAST_SEG_DONE ha
[all...]
H A Daic7xxx.reg1369 field LAST_SEG_DONE 0x01
1378 field LAST_SEG_DONE 0x01
H A Daic7xxx.seq917 test SG_CACHE_SHADOW, LAST_SEG_DONE jnz ultra2_dmafinish;
1045 * LAST_SEG_DONE to come true on a completed transfer
1050 test SG_CACHE_SHADOW, LAST_SEG_DONE jz .;
1052 * FIFOEMP can lag LAST_SEG_DONE. Wait a few
H A Daic7xxx_reg.h_shipped870 #define LAST_SEG_DONE 0x01
H A Daic79xx.reg497 field LAST_SEG_DONE 0x01
H A Daic79xx_reg.h_shipped1410 #define LAST_SEG_DONE 0x01
H A Daic79xx_core.c1632 } else if ((ahd_inb(ahd, SG_CACHE_SHADOW) & LAST_SEG_DONE) != 0) {
/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq527 test SG_CACHEPTR, LAST_SEG_DONE jz u2_data_phase_finish;
533 test SG_CACHEPTR, LAST_SEG_DONE jnz data_phase_finish;
H A Daic7xxx_reg.h604 #define LAST_SEG_DONE 0x01 macro
H A Daic7xxx.reg1091 bit LAST_SEG_DONE 0x01

Completed in 73 milliseconds