ahd_htole32 416 drivers/scsi/aic7xxx/aic79xx_core.c sg->len = ahd_htole32(len | (last ? AHD_DMA_LAST_SEG : 0)); ahd_htole32 422 drivers/scsi/aic7xxx/aic79xx_core.c sg->addr = ahd_htole32(addr & 0xFFFFFFFF); ahd_htole32 423 drivers/scsi/aic7xxx/aic79xx_core.c sg->len = ahd_htole32(len | ((addr >> 8) & 0x7F000000) ahd_htole32 447 drivers/scsi/aic7xxx/aic79xx_core.c ahd_htole32(scb->sense_busaddr); ahd_htole32 484 drivers/scsi/aic7xxx/aic79xx_core.c scb->hscb->sgptr = ahd_htole32(scb->sg_list_busaddr|SG_FULL_RESID); ahd_htole32 490 drivers/scsi/aic7xxx/aic79xx_core.c scb->hscb->sgptr = ahd_htole32(SG_LIST_NULL); ahd_htole32 6944 drivers/scsi/aic7xxx/aic79xx_core.c hscb->hscb_busaddr = ahd_htole32(hscb_busaddr); ahd_htole32 7139 drivers/scsi/aic7xxx/aic79xx_core.c ahd->next_queued_hscb->hscb_busaddr = ahd_htole32(next_baddr); ahd_htole32 9583 drivers/scsi/aic7xxx/aic79xx_core.c instr.integer = ahd_htole32(instr.integer);