Home
last modified time | relevance | path

Searched refs:SG_OVERRUN_RESID (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/dev/aic7xxx/
HDaic79xx_reg.h3685 #define SG_OVERRUN_RESID 0x02 macro
HDaic79xx.reg3815 field SG_OVERRUN_RESID 0x02 /* In the first byte */
HDaic79xx.seq2264 or SCB_RESIDUAL_SGPTR, SG_OVERRUN_RESID;
HDaic79xx.c8378 } else if ((resid_sgptr & SG_OVERRUN_RESID) != 0) { in ahd_calc_residual()