aic_htole32      6111 dev/ic/aic79xx.c 		hscb->hscb_busaddr = aic_htole32(hscb_busaddr);
aic_htole32      6269 dev/ic/aic79xx.c 	ahd->next_queued_hscb->hscb_busaddr = aic_htole32(next_baddr);
aic_htole32      8746 dev/ic/aic79xx.c 		instr.integer = aic_htole32(instr.integer);
aic_htole32      10226 dev/ic/aic79xx.c 		sg->len = aic_htole32(len | (last ? AHD_DMA_LAST_SEG : 0));
aic_htole32      10232 dev/ic/aic79xx.c 		sg->addr = aic_htole32(addr & 0xFFFFFFFF);
aic_htole32      10233 dev/ic/aic79xx.c 		sg->len = aic_htole32(len | ((addr >> 8) & 0x7F000000)
aic_htole32      10257 dev/ic/aic79xx.c 		    aic_htole32(scb->sense_busaddr);
aic_htole32      10294 dev/ic/aic79xx.c 	scb->hscb->sgptr = aic_htole32(scb->sg_list_busaddr|SG_FULL_RESID);
aic_htole32      10300 dev/ic/aic79xx.c 	scb->hscb->sgptr = aic_htole32(SG_LIST_NULL);
aic_htole32       575 dev/ic/aic7xxx.c 			sg->addr = aic_htole32(sg->addr);
aic_htole32       576 dev/ic/aic7xxx.c 			sg->len = aic_htole32(sg->len);
aic_htole32       620 dev/ic/aic7xxx.c 			hscb->sgptr = aic_htole32(hscb->sgptr);
aic_htole32      6428 dev/ic/aic7xxx.c 		instr.integer = aic_htole32(instr.integer);
aic_htole32       415 dev/ic/aic7xxx_inline.h 		    aic_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag)
aic_htole32       389 dev/ic/aic7xxx_openbsd.c 			sg->addr = aic_htole32(dm_segs->ds_addr);
aic_htole32       392 dev/ic/aic7xxx_openbsd.c 			sg->len = aic_htole32(len);
aic_htole32       403 dev/ic/aic7xxx_openbsd.c 		scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID);
aic_htole32       414 dev/ic/aic7xxx_openbsd.c 		sg->len |= aic_htole32(AHC_DMA_LAST_SEG);
aic_htole32       424 dev/ic/aic7xxx_openbsd.c 		scb->hscb->sgptr = aic_htole32(SG_LIST_NULL);