Searched refs:LAST_SEG (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/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-3.4.99/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 779 or SINDEX, LAST_SEG; 853 * Also set SCB_RESIDUAL_SGPTR, including the LAST_SEG 908 or SINDEX, LAST_SEG; 973 test SG_CACHE_SHADOW, LAST_SEG jz ultra2_shvalid; 1087 test SG_CACHE_SHADOW, LAST_SEG jnz . + 2; 1375 mvi SG_CACHE_PRE, LAST_SEG;
|
D | aic79xx.seq | 891 mvi SG_CACHE_PRE, LAST_SEG; 1583 or SINDEX, LAST_SEG; 1609 or REG_ISR, LAST_SEG; 1804 test SG_CACHE_SHADOW, LAST_SEG jz residual_before_last_seg; 1953 mvi SG_CACHE_PRE, LAST_SEG; 1975 mvi SG_CACHE_PRE, LAST_SEG;
|
D | aic79xx_reg_print.c_shipped | 115 { "LAST_SEG", 0x02, 0x02 },
|
D | aic7xxx.reg | 1368 field LAST_SEG 0x02 1377 field LAST_SEG 0x02
|
D | aic7xxx_reg.h_shipped | 869 #define LAST_SEG 0x02
|
D | aic79xx.reg | 486 field LAST_SEG 0x02 496 field LAST_SEG 0x02
|
D | aic79xx_core.c | 1452 sgptr |= LAST_SEG; in ahd_run_data_fifo() 1517 if ((ahd_inb(ahd, SG_CACHE_SHADOW) & LAST_SEG) == 0) { in ahd_run_data_fifo() 1611 sgptr |= LAST_SEG; in ahd_run_data_fifo()
|
D | aic79xx_reg.h_shipped | 1409 #define LAST_SEG 0x02
|
/linux-3.4.99/drivers/scsi/ |
D | aic7xxx_old.c | 4856 aic_outb(p, (tmp << 2) | ((tmp == 1) ? LAST_SEG : 0), SG_CACHEPTR); in aic7xxx_handle_seqint()
|