Searched refs:SG_LAST_SEG (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx.seq | 738 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jnz return; 783 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 2; 912 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 2; 1009 and SCB_RESIDUAL_DATACNT[3], ~SG_LAST_SEG; 1088 * SG_LAST_SEG flag as it will always be false in the 1103 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz dma_mid_sg; 1187 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz sg_load;
|
H A D | aic7xxx_reg.h | 1626 #define SG_LAST_SEG 0x80 macro
|
H A D | aic79xx.seq | 1583 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jz . + 3; 1609 test SCB_DATACNT[3], SG_LAST_SEG jz . + 2; 1621 test SCB_RESIDUAL_DATACNT[3], SG_LAST_SEG jnz . + 2;
|
H A D | aic7xxx.reg | 1056 field SG_LAST_SEG 0x80 /* In the fourth byte */
|
H A D | aic79xx_reg.h | 3730 #define SG_LAST_SEG 0x80 macro
|
H A D | aic79xx.reg | 3889 field SG_LAST_SEG 0x80 /* In the fourth byte */
|
/openbsd/sys/dev/ic/ |
H A D | aic79xx.c | 1046 ahd_outb(ahd, SG_CACHE_PRE, SG_LAST_SEG); in ahd_handle_seqint()
|