Symbol: ahc_le32toh
drivers/scsi/aic7xxx/aic7xxx_core.c
1403
(ahc_le32toh(scb->sg_list[i].len) >> 24
drivers/scsi/aic7xxx/aic7xxx_core.c
1405
ahc_le32toh(scb->sg_list[i].addr),
drivers/scsi/aic7xxx/aic7xxx_core.c
1406
ahc_le32toh(scb->sg_list[i].len)
drivers/scsi/aic7xxx/aic7xxx_core.c
2093
ahc_le32toh(hscb->dataptr),
drivers/scsi/aic7xxx/aic7xxx_core.c
2094
ahc_le32toh(hscb->datacnt),
drivers/scsi/aic7xxx/aic7xxx_core.c
2095
ahc_le32toh(hscb->sgptr),
drivers/scsi/aic7xxx/aic7xxx_core.c
2101
(ahc_le32toh(scb->sg_list[i].len) >> 24
drivers/scsi/aic7xxx/aic7xxx_core.c
2103
ahc_le32toh(scb->sg_list[i].addr),
drivers/scsi/aic7xxx/aic7xxx_core.c
2104
ahc_le32toh(scb->sg_list[i].len));
drivers/scsi/aic7xxx/aic7xxx_core.c
4200
sglen = ahc_le32toh(sg->len) & AHC_SG_LEN_MASK;
drivers/scsi/aic7xxx/aic7xxx_core.c
4205
sglen = ahc_le32toh(sg->len);
drivers/scsi/aic7xxx/aic7xxx_core.c
4211
data_addr = ahc_le32toh(sg->addr)
drivers/scsi/aic7xxx/aic7xxx_core.c
4267
dataptr = ahc_le32toh(sg->addr)
drivers/scsi/aic7xxx/aic7xxx_core.c
4268
+ (ahc_le32toh(sg->len) & AHC_SG_LEN_MASK)
drivers/scsi/aic7xxx/aic7xxx_core.c
4276
(ahc_le32toh(sg->len) >> 24) & SG_HIGH_ADDR_BITS);
drivers/scsi/aic7xxx/aic7xxx_core.c
433
sgptr = ahc_le32toh(scb->hscb->sgptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
6613
sgptr = ahc_le32toh(hscb->sgptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
6624
resid_sgptr = ahc_le32toh(spkt->residual_sg_ptr);
drivers/scsi/aic7xxx/aic7xxx_core.c
6640
resid = ahc_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK;
drivers/scsi/aic7xxx/aic7xxx_core.c
6651
while ((ahc_le32toh(sg->len) & AHC_DMA_LAST_SEG) == 0) {
drivers/scsi/aic7xxx/aic7xxx_core.c
6653
resid += ahc_le32toh(sg->len) & AHC_SG_LEN_MASK;
drivers/scsi/aic7xxx/aic7xxx_core.c
6938
instr.integer = ahc_le32toh(*(uint32_t*)&seqprog[instrptr * 4]);