Searched refs:LAST_SEG (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx.seq | 784 or SINDEX, LAST_SEG; 858 * Also set SCB_RESIDUAL_SGPTR, including the LAST_SEG 913 or SINDEX, LAST_SEG; 978 test SG_CACHE_SHADOW, LAST_SEG jz ultra2_shvalid; 1092 test SG_CACHE_SHADOW, LAST_SEG jnz . + 2; 1380 mvi SG_CACHE_PRE, LAST_SEG;
|
H A D | aic79xx.seq | 892 mvi SG_CACHE_PRE, LAST_SEG; 1584 or SINDEX, LAST_SEG; 1610 or REG_ISR, LAST_SEG; 1805 test SG_CACHE_SHADOW, LAST_SEG jz residual_before_last_seg; 1954 mvi SG_CACHE_PRE, LAST_SEG; 1976 mvi SG_CACHE_PRE, LAST_SEG;
|
H A D | aic7xxx.reg | 1244 field LAST_SEG 0x02 1252 field LAST_SEG 0x02
|
H A D | aic7xxx_reg.h | 1745 #define LAST_SEG 0x02 macro
|
H A D | aic79xx.reg | 454 field LAST_SEG 0x02 463 field LAST_SEG 0x02
|
H A D | aic79xx_reg.h | 2551 #define LAST_SEG 0x02 macro
|
/openbsd/sys/dev/ic/ |
H A D | aic79xx.c | 657 sgptr |= LAST_SEG; in ahd_run_data_fifo() 722 if ((ahd_inb(ahd, SG_CACHE_SHADOW) & LAST_SEG) == 0) { in ahd_run_data_fifo() 816 sgptr |= LAST_SEG; in ahd_run_data_fifo()
|