Searched refs:LAST_SEG (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 603 #define LAST_SEG 0x02 macro
|
D | aic7xxx.reg | 1090 bit LAST_SEG 0x02
|
D | aic7xxx.seq | 420 or A, LAST_SEG;
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 723 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;
|
D | aic7xxx.seq | 778 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;
|
D | aic7xxx.reg | 1243 field LAST_SEG 0x02 1251 field LAST_SEG 0x02
|
D | aic7xxx_reg.h | 1744 #define LAST_SEG 0x02 macro
|
D | aic79xx.reg | 460 field LAST_SEG 0x02 469 field LAST_SEG 0x02
|
D | aic79xx_reg.h | 2515 #define LAST_SEG 0x02 macro
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 5372 aic_outb(p, (tmp << 2) | ((tmp == 1) ? LAST_SEG : 0), SG_CACHEPTR); in aic7xxx_handle_seqint()
|