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

  /src/sys/dev/ic/
aic79xx_inline.h 456 if ((sgptr & SG_STATUS_VALID) != 0)
468 if ((sgptr & SG_STATUS_VALID) != 0)
484 if ((sgptr & SG_STATUS_VALID) != 0)
aic79xx.c 463 | SG_STATUS_VALID);
8053 * SG_STATUS_VALID clear in sgptr.
8068 if ((sgptr & SG_STATUS_VALID) == 0)
8071 sgptr &= ~SG_STATUS_VALID;
  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 1077 or SCB_SGPTR, SG_STATUS_VALID ret;
aic79xx.reg 3857 field SG_STATUS_VALID 0x04 /* In the first byte */
aic79xx_reg.h 3687 #define SG_STATUS_VALID 0x04

Completed in 23 milliseconds