Searched refs:LAST_SEG (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 781 or SINDEX, LAST_SEG; 855 * Also set SCB_RESIDUAL_SGPTR, including the LAST_SEG 910 or SINDEX, LAST_SEG; 975 test SG_CACHE_SHADOW, LAST_SEG jz ultra2_shvalid; 1089 test SG_CACHE_SHADOW, LAST_SEG jnz . + 2; 1377 mvi SG_CACHE_PRE, LAST_SEG;
|
H A D | aic79xx.seq | 889 mvi SG_CACHE_PRE, LAST_SEG; 1581 or SINDEX, LAST_SEG; 1607 or REG_ISR, LAST_SEG; 1802 test SG_CACHE_SHADOW, LAST_SEG jz residual_before_last_seg; 1951 mvi SG_CACHE_PRE, LAST_SEG; 1973 mvi SG_CACHE_PRE, LAST_SEG;
|
H A D | aic7xxx.reg | 1241 field LAST_SEG 0x02 1249 field LAST_SEG 0x02
|
H A D | aic7xxx_reg.h | 1744 #define LAST_SEG 0x02 macro
|
H A D | aic79xx.reg | 451 field LAST_SEG 0x02 460 field LAST_SEG 0x02
|
H A D | aic79xx.c | 630 sgptr |= LAST_SEG; in ahd_run_data_fifo() 695 if ((ahd_inb(ahd, SG_CACHE_SHADOW) & LAST_SEG) == 0) { in ahd_run_data_fifo() 788 sgptr |= LAST_SEG; in ahd_run_data_fifo()
|
H A D | aic79xx_reg.h | 2549 #define LAST_SEG 0x02 macro
|