Home
last modified time | relevance | path

Searched refs:SG_STATUS_VALID (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx_inline.h478 if ((sgptr & SG_STATUS_VALID) != 0) in ahd_complete_scb()
494 if ((sgptr & SG_STATUS_VALID) != 0) in ahd_update_residual()
Daic79xx.c459 | SG_STATUS_VALID); in ahd_flush_qoutfifo()
880 } else if ((completion->sg_status & SG_STATUS_VALID) != 0) { in ahd_run_qoutfifo()
8425 if ((sgptr & SG_STATUS_VALID) == 0) in ahd_calc_residual()
8428 sgptr &= ~SG_STATUS_VALID; in ahd_calc_residual()
Daic79xx_reg.h3736 #define SG_STATUS_VALID 0x04 macro
Daic79xx.reg3894 field SG_STATUS_VALID 0x04 /* In the first byte */
Daic79xx.seq1268 or SCB_SGPTR, SG_STATUS_VALID;