Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/sys/
H A Dimgact_aout.h39 ( le32toh((ex).a_midmag) & 0xffff )
80 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
81 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
85 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
94 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
98 N_ALIGN(ex, N_DATOFF(ex) + le32toh((ex).a_data))
102 (N_RELOFF(ex) + le32toh((ex).a_trsize) + le32toh((ex).a_drsize))
105 #define N_STROFF(ex) (N_SYMOFF(ex) + le32toh((ex).a_syms))
H A Dendian.h81 #define le32toh(x) ((uint32_t)(x)) macro
95 #define le32toh(x) bswap32((x)) macro
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_stats.h415 ADD_64(s_hi, le32toh(a_hi_le), \
416 s_lo, le32toh(a_lo_le))
506 diff = le32toh(uclient->s) - le32toh(old_uclient->s); \
519 diff = le32toh(xclient->s) - le32toh(old_xclient->s); \
526 qstats->t##_hi = qstats_old->t##_hi + le32toh(s.hi); \
527 qstats->t##_lo = qstats_old->t##_lo + le32toh(s.lo); \
566 estats->s = le32toh(tport->s) + fwstats->s; \
599 diff = le32toh(uclient->s) - le32toh(old_uclient->s); \
H A Dbnx2x.h1797 #define SW_CID(x) (le32toh(x) & BNX2X_SWCID_MASK)
1798 #define CQE_CMD(x) (le32toh(x) >> COMMON_RAMROD_ETH_RX_CQE_CMD_ID_SHIFT)
H A Dbnx2x.c4209 uint32_t attn_bits = le32toh(sc->def_sb->atten_status_block.attn_bits); in bnx2x_attn_int()
4211 le32toh(sc->def_sb->atten_status_block.attn_bits_ack); in bnx2x_attn_int()
4301 switch (le32toh(elem->message.data.eth_event.echo) >> BNX2X_SWCID_SHIFT) { in bnx2x_handle_classification_eqe()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_shim.h25 #define rte_le_to_cpu_32 le32toh
/f-stack/freebsd/contrib/xz-embedded/freebsd/
H A Dxz_config.h70 #define get_le32(ptr) le32toh(*(const uint32_t *)(ptr))
/f-stack/freebsd/libkern/
H A Dmurmur3_32.c113 k = le32toh(*data); in murmur3_32_hash32()
/f-stack/freebsd/arm64/qoriq/clk/
H A Dqoriq_clkgen.c114 *val = le32toh(bus_read_4(sc->res, addr)); in qoriq_clkgen_read_4()
130 reg = le32toh(bus_read_4(sc->res, addr)); in qoriq_clkgen_modify_4()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_pci_bus_space.c192 return le32toh(readl(h + o)); in pcimem_bs_r_4_s()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c1457 val->flow.token_rate = le32toh(val->flow.token_rate); in get_next_l2cap_opt()
1459 le32toh(val->flow.token_bucket_size); in get_next_l2cap_opt()
1460 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth); in get_next_l2cap_opt()
1461 val->flow.latency = le32toh(val->flow.latency); in get_next_l2cap_opt()
1462 val->flow.delay_variation = le32toh(val->flow.delay_variation); in get_next_l2cap_opt()
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_plat_services.h411 #define swap32_from_le(x) le32toh(x)
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c179 return (le32toh(bus_space_read_4(sc->base.base.bst, sc->base.base.bsh, in bcm_pcib_read_reg()
344 data = le32toh(bus_space_read_4(t, h, offset)); in bcm_pcib_read_config()
/f-stack/freebsd/mips/malta/
H A Dgt_pci_bus_space.c221 #define rd32(a) le32toh(readl(a))
H A Dgt_pci.c103 #define GT_HOST_DATA(v) le32toh((v))
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c1074 val = le32toh(sc->tx.desc_ring[i].status); in awg_stop()
1093 val = le32toh(sc->rx.desc_ring[i].status); in awg_stop()
1208 status = le32toh(sc->rx.desc_ring[index].status); in awg_rxintr()
1299 status = le32toh(desc->status); in awg_txeof()
1302 size = le32toh(desc->size); in awg_txeof()
/f-stack/freebsd/net80211/
H A Dieee80211_radiotap.c348 uint32_t present = le32toh(rh->it_present); in radiotap_offset()
/f-stack/freebsd/arm64/qoriq/
H A Dqoriq_therm.c120 return (sc->little_endian ? le32toh(val): be32toh(val)); in RD4()
/f-stack/freebsd/mips/cavium/
H A Doctopci.c366 data = le32toh(cvmx_read64_uint32(addr)); in octopci_read_config()
631 tmp = le32toh(cvmx_read64_uint32(unitbusaddr)); in octopci_init_device()
H A Doctopci_bus_space.c201 #define rd32(a) le32toh(cvmx_read64_uint32(a))
/f-stack/freebsd/kern/
H A Dsubr_mchain.c435 *x = le32toh(v); in md_get_uint32le()
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c576 data = le32toh(bus_space_read_4(t, h, reg)); in thunder_pem_read_config()
/f-stack/freebsd/arm/mv/
H A Dmv_pci.c1033 data = le32toh(bus_space_read_4(sc->sc_bst, sc->sc_bsh, in mv_pcib_hw_cfgread()