ahc_le32toh       433 drivers/scsi/aic7xxx/aic7xxx_core.c 	sgptr = ahc_le32toh(scb->hscb->sgptr);
ahc_le32toh      1404 drivers/scsi/aic7xxx/aic7xxx_core.c 				       (ahc_le32toh(scb->sg_list[i].len) >> 24
ahc_le32toh      1406 drivers/scsi/aic7xxx/aic7xxx_core.c 				       ahc_le32toh(scb->sg_list[i].addr),
ahc_le32toh      1407 drivers/scsi/aic7xxx/aic7xxx_core.c 				       ahc_le32toh(scb->sg_list[i].len)
ahc_le32toh      2110 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_le32toh(hscb->dataptr),
ahc_le32toh      2111 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_le32toh(hscb->datacnt),
ahc_le32toh      2112 drivers/scsi/aic7xxx/aic7xxx_core.c 		ahc_le32toh(hscb->sgptr),
ahc_le32toh      2118 drivers/scsi/aic7xxx/aic7xxx_core.c 			       (ahc_le32toh(scb->sg_list[i].len) >> 24
ahc_le32toh      2120 drivers/scsi/aic7xxx/aic7xxx_core.c 			       ahc_le32toh(scb->sg_list[i].addr),
ahc_le32toh      2121 drivers/scsi/aic7xxx/aic7xxx_core.c 			       ahc_le32toh(scb->sg_list[i].len));
ahc_le32toh      4218 drivers/scsi/aic7xxx/aic7xxx_core.c 			sglen = ahc_le32toh(sg->len) & AHC_SG_LEN_MASK;
ahc_le32toh      4223 drivers/scsi/aic7xxx/aic7xxx_core.c 				sglen = ahc_le32toh(sg->len);
ahc_le32toh      4229 drivers/scsi/aic7xxx/aic7xxx_core.c 				data_addr = ahc_le32toh(sg->addr)
ahc_le32toh      4285 drivers/scsi/aic7xxx/aic7xxx_core.c 	dataptr = ahc_le32toh(sg->addr)
ahc_le32toh      4286 drivers/scsi/aic7xxx/aic7xxx_core.c 		+ (ahc_le32toh(sg->len) & AHC_SG_LEN_MASK)
ahc_le32toh      4294 drivers/scsi/aic7xxx/aic7xxx_core.c 			 (ahc_le32toh(sg->len) >> 24) & SG_HIGH_ADDR_BITS);
ahc_le32toh      6646 drivers/scsi/aic7xxx/aic7xxx_core.c 	sgptr = ahc_le32toh(hscb->sgptr);
ahc_le32toh      6657 drivers/scsi/aic7xxx/aic7xxx_core.c 	resid_sgptr = ahc_le32toh(spkt->residual_sg_ptr);
ahc_le32toh      6673 drivers/scsi/aic7xxx/aic7xxx_core.c 		resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK;
ahc_le32toh      6684 drivers/scsi/aic7xxx/aic7xxx_core.c 		while ((ahc_le32toh(sg->len) & AHC_DMA_LAST_SEG) == 0) {
ahc_le32toh      6686 drivers/scsi/aic7xxx/aic7xxx_core.c 			resid += ahc_le32toh(sg->len) & AHC_SG_LEN_MASK;
ahc_le32toh      6972 drivers/scsi/aic7xxx/aic7xxx_core.c 	instr.integer = ahc_le32toh(*(uint32_t*)&seqprog[instrptr * 4]);