Home
last modified time | relevance | path

Searched refs:LAST_SEG (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h603 #define LAST_SEG 0x02 macro
Daic7xxx.reg1090 bit LAST_SEG 0x02
Daic7xxx.seq420 or A, LAST_SEG;
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.seq723 mvi SG_CACHE_PRE, LAST_SEG;
1337 or SINDEX, LAST_SEG;
1363 or REG_ISR, LAST_SEG;
1558 test SG_CACHE_SHADOW, LAST_SEG jz residual_before_last_seg;
1707 mvi SG_CACHE_PRE, LAST_SEG;
1729 mvi SG_CACHE_PRE, LAST_SEG;
Daic7xxx.seq778 or SINDEX, LAST_SEG;
852 * Also set SCB_RESIDUAL_SGPTR, including the LAST_SEG
907 or SINDEX, LAST_SEG;
972 test SG_CACHE_SHADOW, LAST_SEG jz ultra2_shvalid;
1086 test SG_CACHE_SHADOW, LAST_SEG jnz . + 2;
1374 mvi SG_CACHE_PRE, LAST_SEG;
Daic7xxx.reg1243 field LAST_SEG 0x02
1251 field LAST_SEG 0x02
Daic7xxx_reg.h1744 #define LAST_SEG 0x02 macro
Daic79xx.reg460 field LAST_SEG 0x02
469 field LAST_SEG 0x02
Daic79xx_reg.h2515 #define LAST_SEG 0x02 macro
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c5372 aic_outb(p, (tmp << 2) | ((tmp == 1) ? LAST_SEG : 0), SG_CACHEPTR); in aic7xxx_handle_seqint()