/openbmc/linux/tools/testing/selftests/net/ |
H A D | ioam6_parser.c | 133 __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 D | generic.h | 95 #define be32_to_cpu __be32_to_cpu 136 #define ___ntohl(x) __be32_to_cpu(x)
|
H A D | little_endian.h | 41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
H A D | big_endian.h | 41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
/openbmc/linux/include/linux/byteorder/ |
H A D | generic.h | 95 #define be32_to_cpu __be32_to_cpu 136 #define ___ntohl(x) __be32_to_cpu(x)
|
/openbmc/linux/drivers/reset/ |
H A D | reset-lantiq.c | 140 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 D | phy-lantiq-rcu-usb2.c | 177 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 D | little_endian.h | 41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
H A D | big_endian.h | 41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
/openbmc/linux/include/trace/events/ |
H A D | rpcgss.h | 190 __entry->xid = __be32_to_cpu(rqstp->rq_xid); 273 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
|
H A D | rpcrdma.h | 1898 __entry->xid = __be32_to_cpu(rqst->rq_xid); 1984 __entry->xid = __be32_to_cpu(rqst->rq_xid);
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | 1247 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 D | crc32.c | 223 return __be32_to_cpu(crc); in crc32_be()
|
/openbmc/linux/lib/ |
H A D | crc32.c | 328 crc = __be32_to_cpu((__force __be32)crc);
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verify_pkcs7_sig.c | 233 sig_len = __be32_to_cpu(ms.sig_len); in populate_data_item_mod()
|
/openbmc/linux/drivers/phy/ti/ |
H A D | phy-gmii-sel.c | 407 priv->reg_offset = __be32_to_cpu(*offset); in phy_gmii_sel_init_ports()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-sony-acx565akm.c | 560 status = __be32_to_cpu(value); in acx565akm_detect()
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 453 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | rtas.c | 1467 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 D | fc_els.h | 284 (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-sony-acx565akm.c | 218 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | spu.c | 1118 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
|
/openbmc/linux/net/tipc/ |
H A D | crypto.c | 794 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 D | host.c | 1244 return __be32_to_cpu(*host_idx); in anybus_of_get_host_idx()
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | ltc2983.c | 1259 *val = __be32_to_cpu(st->temp); in ltc2983_chan_read()
|