ahd_le32toh 473 drivers/scsi/aic7xxx/aic79xx_core.c high_addr = ahd_le32toh(sg->len) & 0x7F000000; ahd_le32toh 875 drivers/scsi/aic7xxx/aic79xx_core.c ahd_le32toh(scb->hscb->hscb_busaddr), ahd_le32toh 878 drivers/scsi/aic7xxx/aic79xx_core.c ahd_le32toh(scb->hscb->datacnt)); ahd_le32toh 1096 drivers/scsi/aic7xxx/aic79xx_core.c sgptr = ahd_le32toh(scb->hscb->sgptr); ahd_le32toh 1106 drivers/scsi/aic7xxx/aic79xx_core.c sgptr = ahd_le32toh(scb->hscb->sgptr); ahd_le32toh 1741 drivers/scsi/aic7xxx/aic79xx_core.c len = ahd_le32toh(sg_list[i].len); ahd_le32toh 1757 drivers/scsi/aic7xxx/aic79xx_core.c len = ahd_le32toh(sg_list[i].len); ahd_le32toh 1761 drivers/scsi/aic7xxx/aic79xx_core.c ahd_le32toh(sg_list[i].addr), ahd_le32toh 3610 drivers/scsi/aic7xxx/aic79xx_core.c ahd_le32toh(hscb->datacnt), ahd_le32toh 3611 drivers/scsi/aic7xxx/aic79xx_core.c ahd_le32toh(hscb->sgptr), ahd_le32toh 5752 drivers/scsi/aic7xxx/aic79xx_core.c sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; ahd_le32toh 5757 drivers/scsi/aic7xxx/aic79xx_core.c sglen = ahd_le32toh(sg->len); ahd_le32toh 5785 drivers/scsi/aic7xxx/aic79xx_core.c sglen = ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; ahd_le32toh 5790 drivers/scsi/aic7xxx/aic79xx_core.c sglen = ahd_le32toh(sg->len); ahd_le32toh 5796 drivers/scsi/aic7xxx/aic79xx_core.c data_addr = ahd_le32toh(sg->addr) ahd_le32toh 5890 drivers/scsi/aic7xxx/aic79xx_core.c + (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK) ahd_le32toh 5901 drivers/scsi/aic7xxx/aic79xx_core.c dataptr = ahd_le32toh(sg->addr) ahd_le32toh 5902 drivers/scsi/aic7xxx/aic79xx_core.c + (ahd_le32toh(sg->len) & AHD_SG_LEN_MASK) ahd_le32toh 5905 drivers/scsi/aic7xxx/aic79xx_core.c (ahd_le32toh(sg->len) & ~AHD_SG_LEN_MASK) >> 24); ahd_le32toh 7546 drivers/scsi/aic7xxx/aic79xx_core.c busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); ahd_le32toh 8073 drivers/scsi/aic7xxx/aic79xx_core.c busaddr = ahd_le32toh(scb->hscb->hscb_busaddr); ahd_le32toh 8197 drivers/scsi/aic7xxx/aic79xx_core.c busaddr = ahd_le32toh(ahd->next_queued_hscb->hscb_busaddr); ahd_le32toh 9113 drivers/scsi/aic7xxx/aic79xx_core.c sgptr = ahd_le32toh(hscb->sgptr); ahd_le32toh 9130 drivers/scsi/aic7xxx/aic79xx_core.c resid_sgptr = ahd_le32toh(spkt->residual_sgptr); ahd_le32toh 9155 drivers/scsi/aic7xxx/aic79xx_core.c resid = ahd_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK; ahd_le32toh 9166 drivers/scsi/aic7xxx/aic79xx_core.c while ((ahd_le32toh(sg->len) & AHD_DMA_LAST_SEG) == 0) { ahd_le32toh 9168 drivers/scsi/aic7xxx/aic79xx_core.c resid += ahd_le32toh(sg->len) & AHD_SG_LEN_MASK; ahd_le32toh 9535 drivers/scsi/aic7xxx/aic79xx_core.c instr.integer = ahd_le32toh(*(uint32_t*)&seqprog[instrptr * 4]);