Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_reg.h_shipped890 #define SG_SIZEOF 0x08
Daic7xxx.seq716 add SCB_RESIDUAL_SGPTR[0],SG_SIZEOF;
1213 mvi SG_SIZEOF call set_hcnt;
Daic7xxx.reg1215 const SG_SIZEOF 0x08 /* sizeof(struct ahc_dma) */
Daic79xx_reg.h_shipped2675 #define SG_SIZEOF 0x04
Daic79xx.reg4273 const SG_SIZEOF download
Daic79xx.seq1577 add SCB_RESIDUAL_SGPTR[0],SG_SIZEOF;
Daic79xx_core.c9449 download_consts[SG_SIZEOF] = sg_size; in ahd_loadseq()
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c4837 tmp += SG_SIZEOF; in aic7xxx_handle_seqint()
4839 if( tmp < SG_SIZEOF ) in aic7xxx_handle_seqint()