| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_radiotap.c | 75 th->it_present = htole32(tx_radiotap); in ieee80211_radiotap_attachv() 91 rh->it_present = htole32(rx_radiotap); in ieee80211_radiotap_attachv() 155 rc->flags = htole32(c->ic_flags); in set_xchannel() 170 if (rh->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change() 172 else if (rh->it_present & htole32(1<<IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_chan_change() 178 if (th->it_present & htole32(1<<IEEE80211_RADIOTAP_XCHANNEL)) in ieee80211_radiotap_chan_change() 180 else if (th->it_present & htole32(1<<IEEE80211_RADIOTAP_CHANNEL)) in ieee80211_radiotap_chan_change()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a31_dmac.c | 443 ch->desc->config = htole32(config); in a31dmac_set_config() 444 ch->desc->para = htole32(para); in a31dmac_set_config() 513 ch->desc->srcaddr = htole32((uint32_t)src); in a31dmac_transfer() 514 ch->desc->dstaddr = htole32((uint32_t)dst); in a31dmac_transfer() 515 ch->desc->bcnt = htole32(nbytes); in a31dmac_transfer() 516 ch->desc->next = htole32(DMA_NULL); in a31dmac_transfer()
|
| H A D | if_awg.c | 677 sc->tx.desc_ring[cur].addr = htole32((uint32_t)segs[i].ds_addr); in awg_encap() 678 sc->tx.desc_ring[cur].size = htole32(flags | segs[i].ds_len); in awg_encap() 679 sc->tx.desc_ring[cur].status = htole32(status); in awg_encap() 704 sc->tx.desc_ring[first].status = htole32(TX_DESC_CTL); in awg_encap() 734 sc->rx.desc_ring[index].addr = htole32((uint32_t)paddr); in awg_setup_rxdesc() 735 sc->rx.desc_ring[index].size = htole32(size); in awg_setup_rxdesc() 736 sc->rx.desc_ring[index].status = htole32(status); in awg_setup_rxdesc() 743 sc->rx.desc_ring[index].status = htole32(RX_DESC_CTL); in awg_reuse_rxdesc() 834 htole32(sc->tx.desc_ring_paddr + DESC_OFF(TX_NEXT(i))); in awg_setup_dma() 919 htole32(sc->rx.desc_ring_paddr + DESC_OFF(RX_NEXT(i))); in awg_setup_dma()
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_cmds.h | 278 htole32(((ng_l2cap_flow_p)(_flow))->token_rate);\ 280 htole32(((ng_l2cap_flow_p) \ 283 htole32(((ng_l2cap_flow_p) \ 285 o->val.latency = htole32(((ng_l2cap_flow_p) \ 288 htole32(((ng_l2cap_flow_p) \
|
| /f-stack/freebsd/sys/ |
| H A D | endian.h | 74 #define htole32(x) ((uint32_t)(x)) macro 88 #define htole32(x) bswap32((x)) macro
|
| H A D | imgact_aout.h | 47 ( (ex).a_midmag = htole32((((flag) & 0x3f) <<26) | \
|
| /f-stack/freebsd/arm64/qoriq/clk/ |
| H A D | qoriq_clkgen.c | 100 bus_write_4(sc->res, addr, htole32(val)); in qoriq_clkgen_write_4() 138 bus_write_4(sc->res, addr, htole32(reg)); in qoriq_clkgen_modify_4()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar71xx_pci_bus_space.c | 199 writel(h + o, htole32(v)); in pcimem_bs_w_4_s()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_stats.c | 1356 stats_hdr->stats_counters_addrs.hi = htole32(U64_HI(cur_data_offset)); in bnx2x_prep_fw_stats_req() 1357 stats_hdr->stats_counters_addrs.lo = htole32(U64_LO(cur_data_offset)); in bnx2x_prep_fw_stats_req() 1377 cur_query_entry->address.hi = htole32(U64_HI(cur_data_offset)); in bnx2x_prep_fw_stats_req() 1378 cur_query_entry->address.lo = htole32(U64_LO(cur_data_offset)); in bnx2x_prep_fw_stats_req() 1390 cur_query_entry->address.hi = htole32(U64_HI(cur_data_offset)); in bnx2x_prep_fw_stats_req() 1391 cur_query_entry->address.lo = htole32(U64_LO(cur_data_offset)); in bnx2x_prep_fw_stats_req() 1410 cur_query_entry->address.hi = htole32(U64_HI(cur_data_offset)); in bnx2x_prep_fw_stats_req() 1411 cur_query_entry->address.lo = htole32(U64_LO(cur_data_offset)); in bnx2x_prep_fw_stats_req()
|
| H A D | ecore_sp.h | 120 #define ECORE_CPU_TO_LE32(x) htole32(x)
|
| H A D | bnx2x.c | 1056 htole32((command << SPE_HDR_CMD_ID_SHIFT) | HW_CID(sc, cid)); in bnx2x_sp_post() 1066 spe->data.update_data_addr.hi = htole32(data_hi); in bnx2x_sp_post() 1067 spe->data.update_data_addr.lo = htole32(data_lo); in bnx2x_sp_post() 5221 elem->next_page.addr.hi = htole32(U64_HI(sc->eq_dma.paddr + in bnx2x_init_eq_ring() 5224 elem->next_page.addr.lo = htole32(U64_LO(sc->eq_dma.paddr + in bnx2x_init_eq_ring()
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_plat_services.h | 384 #define swap32_to_le(x) htole32(x)
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_ulpi.c | 1232 req->cp.token_rate = htole32(ep->token_rate); in ng_hci_lp_qos_req() 1233 req->cp.peak_bandwidth = htole32(ep->peak_bandwidth); in ng_hci_lp_qos_req() 1234 req->cp.latency = htole32(ep->latency); in ng_hci_lp_qos_req() 1235 req->cp.delay_variation = htole32(ep->delay_variation); in ng_hci_lp_qos_req()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2838_pci.c | 172 htole32(val)); in bcm_pcib_set_reg() 382 bus_space_write_4(t, h, offset, htole32(val)); in bcm_pcib_write_config()
|
| /f-stack/freebsd/mips/malta/ |
| H A D | gt_pci_bus_space.c | 223 #define wr32(a, v) writel(a, htole32(v))
|
| H A D | gt_pci.c | 102 #define GT_PCI_DATA(v) htole32((v))
|
| /f-stack/freebsd/arm64/qoriq/ |
| H A D | qoriq_therm.c | 110 val = sc->little_endian ? htole32(val): htobe32(val); in WR4()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octopci.c | 408 cvmx_write64_uint32(addr, htole32(data)); in octopci_write_config() 634 cvmx_write64_uint32(unitbusaddr, htole32(tmp)); in octopci_init_device()
|
| H A D | octopci_bus_space.c | 204 #define wr32(a, v) cvmx_write64_uint32(a, htole32(v))
|
| /f-stack/freebsd/kern/ |
| H A D | subr_mchain.c | 178 x = htole32(x); in mb_put_uint32le()
|
| /f-stack/freebsd/arm64/cavium/ |
| H A D | thunder_pcie_pem.c | 620 bus_space_write_4(t, h, reg, htole32(val)); in thunder_pem_write_config()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_pci.c | 1068 cd, htole32(data)); in mv_pcib_hw_cfgwrite()
|