Home
last modified time | relevance | path

Searched refs:SG_FULL_RESID (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_inline.h322 scb->hscb->sgptr = aic_htole32(scb->sg_list_busaddr|SG_FULL_RESID); in ahd_setup_data_scb()
H A Daic7xxx_osm.c980 scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID); in ahc_execute_scb()
H A Daic7xxx_reg.h1629 #define SG_FULL_RESID 0x02 macro
H A Daic7xxx.seq876 and SCB_RESIDUAL_SGPTR[0], ~SG_FULL_RESID;
1334 and SCB_SGPTR[0], ~SG_FULL_RESID;
1659 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
H A Daic79xx.seq1248 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1605 and REG_ISR, ~SG_FULL_RESID, SCB_SGPTR[0];
1615 and SCB_SGPTR[0], ~SG_FULL_RESID;
H A Daic7xxx.reg1059 field SG_FULL_RESID 0x02 /* In the first byte */
H A Daic79xx.c437 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0 in ahd_flush_qoutfifo()
622 sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID; in ahd_run_data_fifo()
8372 if ((sgptr & SG_FULL_RESID) != 0) { in ahd_calc_residual()
H A Daic79xx_reg.h3734 #define SG_FULL_RESID 0x02 macro
H A Daic79xx.reg3893 field SG_FULL_RESID 0x02 /* In the first byte */