Home
last modified time | relevance | path

Searched refs:__be32_to_cpu (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/net/
H A Dioam6_parser.c133 __be32_to_cpu(ioam6h->type_be32) != (trace_type << 8)) in check_ioam_header()
211 raw32 = __be32_to_cpu(*((__u32 *)*p)); in check_ioam6_data()
218 raw32 = __be32_to_cpu(*((__u32 *)*p)); in check_ioam6_data()
232 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
238 if (__be32_to_cpu(*((__u32 *)*p)) != cnf.ns_data) in check_ioam6_data()
247 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
261 if (__be32_to_cpu(*((__u32 *)*p)) != cnf.ingr_wide) in check_ioam6_data()
265 if (__be32_to_cpu(*((__u32 *)*p)) != cnf.egr_wide) in check_ioam6_data()
277 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
283 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
[all …]
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu
136 #define ___ntohl(x) __be32_to_cpu(x)
H A Dlittle_endian.h41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
H A Dbig_endian.h41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu
136 #define ___ntohl(x) __be32_to_cpu(x)
/openbmc/linux/drivers/reset/
H A Dreset-lantiq.c140 priv->reset_offset = __be32_to_cpu(*offset); in lantiq_rcu_reset_of_parse()
147 priv->status_offset = __be32_to_cpu(*offset); in lantiq_rcu_reset_of_parse()
/openbmc/linux/drivers/phy/lantiq/
H A Dphy-lantiq-rcu-usb2.c177 priv->phy_reg_offset = __be32_to_cpu(*offset); in ltq_rcu_usb2_of_parse()
185 priv->ana_cfg1_reg_offset = __be32_to_cpu(*offset); in ltq_rcu_usb2_of_parse()
/openbmc/linux/include/uapi/linux/byteorder/
H A Dlittle_endian.h41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
H A Dbig_endian.h41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
/openbmc/linux/include/trace/events/
H A Drpcgss.h190 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
273 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
H A Drpcrdma.h1898 __entry->xid = __be32_to_cpu(rqst->rq_xid);
1984 __entry->xid = __be32_to_cpu(rqst->rq_xid);
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1247 mmc->scr[0] = __be32_to_cpu(scr[0]); in sd_get_capabilities()
1248 mmc->scr[1] = __be32_to_cpu(scr[1]); in sd_get_capabilities()
1283 if (!(__be32_to_cpu(switch_status[7]) & SD_HIGHSPEED_BUSY)) in sd_get_capabilities()
1288 if (__be32_to_cpu(switch_status[3]) & SD_HIGHSPEED_SUPPORTED) in sd_get_capabilities()
1296 sd3_bus_mode = __be32_to_cpu(switch_status[3]) >> 16 & 0x1f; in sd_get_capabilities()
1355 if (((__be32_to_cpu(switch_status[4]) >> 24) & 0xF) != speed) in sd_set_card_speed()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dcrc32.c223 return __be32_to_cpu(crc); in crc32_be()
/openbmc/linux/lib/
H A Dcrc32.c328 crc = __be32_to_cpu((__force __be32)crc);
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c233 sig_len = __be32_to_cpu(ms.sig_len); in populate_data_item_mod()
/openbmc/linux/drivers/phy/ti/
H A Dphy-gmii-sel.c407 priv->reg_offset = __be32_to_cpu(*offset); in phy_gmii_sel_init_ports()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c560 status = __be32_to_cpu(value); in acx565akm_detect()
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcd_mipid.c453 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c1467 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present()
1470 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h284 (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c218 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/openbmc/linux/drivers/crypto/bcm/
H A Dspu.c1118 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
/openbmc/linux/net/tipc/
H A Dcrypto.c794 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_encrypt()
919 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_decrypt()
/openbmc/linux/drivers/staging/fieldbus/anybuss/
H A Dhost.c1244 return __be32_to_cpu(*host_idx); in anybus_of_get_host_idx()
/openbmc/linux/drivers/iio/temperature/
H A Dltc2983.c1259 *val = __be32_to_cpu(st->temp); in ltc2983_chan_read()

12