Home
last modified time | relevance | path

Searched refs:SG_SIZEOF (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h620 #define SG_SIZEOF 0x08 macro
Daic7xxx.seq485 mvi HCNT[0],SG_SIZEOF;
507 add SG_NEXT[0],SG_SIZEOF;
543 * Subtract SG_SIZEOF from the SG_NEXT pointer and add 1 to the SG_COUNT
546 add SG_NEXT[0], -SG_SIZEOF;
Daic7xxx.reg954 const SG_SIZEOF 0x08 /* sizeof(struct ahc_dma) */
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_reg.h1765 #define SG_SIZEOF 0x08 macro
Daic7xxx.seq715 add SCB_RESIDUAL_SGPTR[0],SG_SIZEOF;
1212 mvi SG_SIZEOF call set_hcnt;
Daic7xxx.reg1114 const SG_SIZEOF 0x08 /* sizeof(struct ahc_dma) */
Daic79xx_reg.h3766 #define SG_SIZEOF 0x04 macro
Daic79xx.reg3951 const SG_SIZEOF download
Daic79xx.seq1331 add SCB_RESIDUAL_SGPTR[0],SG_SIZEOF;
Daic79xx_core.c8179 download_consts[SG_SIZEOF] = sg_size; in ahd_loadseq()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c5353 tmp += SG_SIZEOF; in aic7xxx_handle_seqint()
5355 if( tmp < SG_SIZEOF ) in aic7xxx_handle_seqint()