Searched refs:SG_LAST_SEG (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 732 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;
|
D | aic7xxx_reg.h | 1625 #define SG_LAST_SEG 0x80 macro
|
D | aic79xx.seq | 1336 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;
|
D | aic7xxx.reg | 1055 field SG_LAST_SEG 0x80 /* In the fourth byte */
|
D | aic79xx_reg.h | 3683 #define SG_LAST_SEG 0x80 macro
|
D | aic79xx.reg | 3850 field SG_LAST_SEG 0x80 /* In the fourth byte */
|
D | aic79xx_core.c | 656 ahd_outb(ahd, SG_CACHE_PRE, SG_LAST_SEG); in ahd_handle_seqint()
|