betoh32          1677 dev/ic/acx.c   		CSR_WRITE_4(sc, ACXREG_FWMEM_DATA, betoh32(fw[i]));
betoh32          1696 dev/ic/acx.c   		if (betoh32(fw[i]) != val) {
betoh32          1405 dev/ic/pgt.c   		oid = betoh32(pmf->pmf_oid);
betoh32          1406 dev/ic/pgt.c   		size = betoh32(pmf->pmf_size);
betoh32           218 dev/ic/siopvar_common.h   (((sc)->features & SF_CHIP_BE) ? betoh32((x)) : letoh32((x)))
betoh32           276 dev/pci/if_bnxreg.h #define bnx_be32toh(x) betoh32(x)
betoh32           379 dev/pci/if_myx.c 	    fwhdroff, betoh32(fwhdr->fw_hdrlength),
betoh32           380 dev/pci/if_myx.c 	    betoh32(fwhdr->fw_type),
betoh32           383 dev/pci/if_myx.c 	if (betoh32(fwhdr->fw_type) != MYXFW_TYPE_ETH ||
betoh32           387 dev/pci/if_myx.c 			    DEVNAME(sc), betoh32(fwhdr->fw_type),
betoh32           420 dev/pci/if_myx.c 	fwhdroff = betoh32(fwhdroff);
betoh32           445 dev/pci/if_myx.c 	fwhdroff = betoh32(fwhdroff);
betoh32           610 dev/pci/if_myx.c 		result = betoh32(mr->mr_result);
betoh32           611 dev/pci/if_myx.c 		data = betoh32(mr->mr_data);
betoh32           660 dev/pci/if_myx.c 	    DEVNAME(sc), __func__, i, betoh32(*status));
betoh32           704 dev/pci/if_myx.c 	    do_enable ? "enabled" : "disabled", i, betoh32(*status));
betoh32          1091 dev/usb/if_uath.c 		    sc->sc_dev.dv_xname, betoh32(reg));
betoh32          1094 dev/usb/if_uath.c 	*val = betoh32(*(uint32_t *)read.data);
betoh32          1109 dev/usb/if_uath.c 		    sc->sc_dev.dv_xname, betoh32(reg));
betoh32          1112 dev/usb/if_uath.c 	len = betoh32(read.len);
betoh32          1136 dev/usb/if_uath.c 		    betoh32(hdr->code), hdr->priv, betoh32(hdr->len));
betoh32          1137 dev/usb/if_uath.c 		uath_dump_cmd(cmd->buf, betoh32(hdr->len), '-');
betoh32          1141 dev/usb/if_uath.c 	switch (betoh32(hdr->code) & 0xff) {
betoh32          1150 dev/usb/if_uath.c 			    betoh32(hdr->len) - sizeof (struct uath_cmd_hdr));
betoh32          1213 dev/usb/if_uath.c 	hdr = betoh32(*(uint32_t *)data->buf);
betoh32          1219 dev/usb/if_uath.c 	if (betoh32(desc->len) > sc->rxbufsz) {
betoh32          1220 dev/usb/if_uath.c 		DPRINTF(("bad descriptor (len=%d)\n", betoh32(desc->len)));
betoh32          1249 dev/usb/if_uath.c 	m->m_pkthdr.len = m->m_len = betoh32(desc->len) -
betoh32          1277 dev/usb/if_uath.c 		tap->wr_chan_freq = htole16(betoh32(desc->freq));
betoh32          1279 dev/usb/if_uath.c 		tap->wr_dbm_antsignal = (int8_t)betoh32(desc->rssi);
betoh32          1294 dev/usb/if_uath.c 	ieee80211_input(ifp, m, ni, (int)betoh32(desc->rssi), 0);
betoh32          1644 dev/usb/if_uath.c 	sc->rxbufsz = betoh32(tmp) & 0xfff;
betoh32          1922 dev/usb/if_uath.c 	DPRINTF(("command 07h return code: %x\n", betoh32(val)));
betoh32          2118 dev/usb/if_uath.c 		    betoh32(rxblock->flags), betoh32(rxblock->rxtotal)));
betoh32           963 scsi/cd.c      					cte->addr.lba = betoh32(cte->addr.lba);
betoh32          1006 scsi/cd.c      			cte->addr.lba = betoh32(cte->addr.lba);
betoh32           166 sys/endian.h   __uint32_t	betoh32(__uint32_t);