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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_inline.h324 scb->hscb->sgptr = aic_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
H A Daic7xxx_osm.c972 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID);
H A Daic7xxx_reg.h1631 #define SG_FULL_RESID 0x02 macro
H A Daic79xx.c445 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
630 sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID;
8369 * sgptr has SG_FULL_RESID set.
8398 if ((sgptr & SG_FULL_RESID) != 0) {
H A Daic7xxx.c576 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
6209 * sgptr has SG_FULL_RESID set.
6232 if ((sgptr & SG_FULL_RESID) != 0) {
H A Daic79xx_reg.h3736 #define SG_FULL_RESID 0x02 macro

Completed in 207 milliseconds