Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_inline.h322 scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID); in ahd_setup_data_scb()
Daic7xxx_reg.h1629 #define SG_FULL_RESID 0x02 macro
Daic79xx.seq1061 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1361 and REG_ISR, ~SG_FULL_RESID, SCB_SGPTR[0];
1371 and SCB_SGPTR[0], ~SG_FULL_RESID;
Daic7xxx.seq873 and SCB_RESIDUAL_SGPTR[0], ~SG_FULL_RESID;
1331 and SCB_SGPTR[0], ~SG_FULL_RESID;
1656 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
Daic7xxx_osm.c3794 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
3821 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID);
Daic7xxx.reg1061 field SG_FULL_RESID 0x02 /* In the first byte */
Daic79xx_reg.h3688 #define SG_FULL_RESID 0x02 macro
Daic7xxx_core.c560 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID; in ahc_handle_seqint()
6171 if ((sgptr & SG_FULL_RESID) != 0) { in ahc_calc_residual()
Daic79xx.reg3856 field SG_FULL_RESID 0x02 /* In the first byte */
Daic79xx_core.c7916 if ((sgptr & SG_FULL_RESID) != 0) { in ahd_calc_residual()