HomeSort by: relevance | last modified time | path
    Searched refs:SG_RESID_VALID (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_inline.h 281 if ((sgptr & SG_RESID_VALID) != 0)
aic7xxx.c 6087 * SG_RESID_VALID clear in sgptr.
6102 if ((sgptr & SG_RESID_VALID) == 0)
6105 sgptr &= ~SG_RESID_VALID;
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 1060 field SG_RESID_VALID 0x04 /* In the first byte */
aic7xxx_reg.h 1637 #define SG_RESID_VALID 0x04
aic7xxx.seq 1665 or SCB_SGPTR, SG_RESID_VALID;

Completed in 134 milliseconds