Home
last modified time | relevance | path

Searched refs:__le32_to_cpup (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.h35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in efx_rx_buf_hash()
H A Dptp.c1980 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_ts_offset)); in efx_rx_buf_timestamp_minor()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Drx_common.h35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in efx_rx_buf_hash()
H A Dptp.c2028 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_ts_offset)); in efx_rx_buf_timestamp_minor()
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h101 #define le32_to_cpup __le32_to_cpup
H A Dlittle_endian.h57 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() function
H A Dbig_endian.h57 static inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() function
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h101 #define le32_to_cpup __le32_to_cpup
/openbmc/linux/drivers/usb/serial/
H A Dgarmin_gps.c211 return __le32_to_cpup((__le32 *)(usbPacket)); in getLayerId()
216 return __le32_to_cpup((__le32 *)(usbPacket+4)); in getPacketId()
221 return __le32_to_cpup((__le32 *)(usbPacket+8)); in getDataLength()
1273 garmin_data_p->serial_num = __le32_to_cpup( in garmin_read_int_callback()
/openbmc/linux/include/uapi/linux/byteorder/
H A Dlittle_endian.h57 static __always_inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() function
H A Dbig_endian.h57 static __always_inline __u32 __le32_to_cpup(const __le32 *p) in __le32_to_cpup() function
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c412 __le32_to_cpup((const __le32 *)nvm_ch_flags + ch_idx); in iwl_init_channel_map()
1671 ch_flags = (u16)__le32_to_cpup(channels + ch_idx); in iwl_parse_nvm_mcc_info()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c65 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset)); in ef4_rx_buf_hash()