Searched refs:SG_FULL_RESID (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h322 scb->hscb->sgptr = aic_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
H A Daic7xxx_osm.c979 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID);
H A Daic7xxx_reg.h1632 #define SG_FULL_RESID 0x02 macro
H A Daic79xx.c443 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
631 sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID;
8420 * sgptr has SG_FULL_RESID set.
8449 if ((sgptr & SG_FULL_RESID) != 0) {
H A Daic7xxx.c575 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
6240 * sgptr has SG_FULL_RESID set.
6263 if ((sgptr & SG_FULL_RESID) != 0) {
H A Daic79xx_reg.h3737 #define SG_FULL_RESID 0x02 macro

Completed in 262 milliseconds