Home
last modified time | relevance | path

Searched refs:SG_LAST_SEG (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq738 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 Daic7xxx_reg.h1626 #define SG_LAST_SEG 0x80 macro
H A Daic79xx.seq1583 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 Daic7xxx.reg1056 field SG_LAST_SEG 0x80 /* In the fourth byte */
H A Daic79xx_reg.h3730 #define SG_LAST_SEG 0x80 macro
H A Daic79xx.reg3889 field SG_LAST_SEG 0x80 /* In the fourth byte */
/openbsd/sys/dev/ic/
H A Daic79xx.c1046 ahd_outb(ahd, SG_CACHE_PRE, SG_LAST_SEG); in ahd_handle_seqint()