Home
last modified time | relevance | path

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

/trueos/sys/dev/aic7xxx/
HDaic7xxx_inline.h276 if ((sgptr & SG_RESID_VALID) != 0) in ahc_update_residual()
HDaic7xxx_reg.h1631 #define SG_RESID_VALID 0x04 macro
HDaic7xxx.reg1060 field SG_RESID_VALID 0x04 /* In the first byte */
HDaic7xxx.c6252 if ((sgptr & SG_RESID_VALID) == 0) in ahc_calc_residual()
6255 sgptr &= ~SG_RESID_VALID; in ahc_calc_residual()
HDaic7xxx.seq1666 or SCB_SGPTR, SG_RESID_VALID;