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