HomeSort by: relevance | last modified time | path
    Searched refs:SG_FULL_RESID (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 877 and SCB_RESIDUAL_SGPTR[0], ~SG_FULL_RESID;
1335 and SCB_SGPTR[0], ~SG_FULL_RESID;
1660 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
aic79xx.seq 1060 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1360 and REG_ISR, ~SG_FULL_RESID, SCB_SGPTR[0];
1370 and SCB_SGPTR[0], ~SG_FULL_RESID;
aic7xxx.reg 1061 field SG_FULL_RESID 0x02 /* In the first byte */
aic7xxx_reg.h 1638 #define SG_FULL_RESID 0x02
aic79xx.reg 3858 field SG_FULL_RESID 0x02 /* In the first byte */
aic79xx_reg.h 3688 #define SG_FULL_RESID 0x02
  /src/sys/dev/ic/
aic79xx_inline.h 317 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
aic7xxx_osm.c 563 scb->hscb->sgptr = ahc_htole32(scb->sg_list_phys|SG_FULL_RESID);
aic79xx.c 449 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
595 sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID;
8056 * sgptr has SG_FULL_RESID set.
8085 if ((sgptr & SG_FULL_RESID) != 0) {
aic7xxx.c 578 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
6090 * sgptr has SG_FULL_RESID set.
6113 if ((sgptr & SG_FULL_RESID) != 0) {

Completed in 34 milliseconds