Home
last modified time | relevance | path

Searched refs:SG_LAST_SEG (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq732 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jnz return;
777 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 2;
906 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 2;
1003 and SCB_RESIDUAL_DATACNT[3], ~SG_LAST_SEG;
1082 * SG_LAST_SEG flag as it will always be false in the
1097 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz dma_mid_sg;
1181 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz sg_load;
Daic7xxx_reg.h1625 #define SG_LAST_SEG 0x80 macro
Daic79xx.seq1336 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 3;
1362 test SCB_DATACNT[3], SG_LAST_SEG jz . + 2;
1374 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jnz . + 2;
Daic7xxx.reg1055 field SG_LAST_SEG 0x80 /* In the fourth byte */
Daic79xx_reg.h3683 #define SG_LAST_SEG 0x80 macro
Daic79xx.reg3850 field SG_LAST_SEG 0x80 /* In the fourth byte */
Daic79xx_core.c656 ahd_outb(ahd, SG_CACHE_PRE, SG_LAST_SEG); in ahd_handle_seqint()