Searched refs:le32_to_cpup (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ofed/include/
H A Dbyteorder.h57 #define le32_to_cpup(x) le32toh(*((uint32_t *)x)) macro
70 #define le32_to_cpus(x) do { *((uint32_t *)x) = le32_to_cpup((x)) } while (0)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h61 #define le32_to_cpup(x) le32toh(*((const uint32_t *)(x))) macro
74 #define le32_to_cpus(x) do { *((uint32_t *)(x)) = le32_to_cpup((x)); } while (0)
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h43 # define get_le32(p) le32_to_cpup((const uint32_t *)(p))
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h70 #define le32_to_cpup(_a_) (le32toh(*(const uint32_t *)(_a_))) macro
4674 return le32_to_cpup((uint32_t *)&tx_resp->status +
H A Dif_iwm.c2101 return le32_to_cpup((const uint32_t *)(phy_sku + IWM_SKU_8000));
2110 return le32_to_cpup((const uint32_t *)(nvm_sw +
2121 return le32_to_cpup((const uint32_t *)(phy_sku + IWM_RADIO_CFG_8000));
2132 n_hw_addr = le32_to_cpup((const uint32_t *)(nvm_sw + IWM_N_HW_ADDRS_8000));

Completed in 113 milliseconds