Searched refs:SG_RESID_VALID (Results 1 – 5 of 5) sorted by relevance
276 if ((sgptr & SG_RESID_VALID) != 0) in ahc_update_residual()
1631 #define SG_RESID_VALID 0x04 macro
1060 field SG_RESID_VALID 0x04 /* In the first byte */
6252 if ((sgptr & SG_RESID_VALID) == 0) in ahc_calc_residual()6255 sgptr &= ~SG_RESID_VALID; in ahc_calc_residual()
1666 or SCB_SGPTR, SG_RESID_VALID;