| /linux-6.15/tools/testing/selftests/net/ |
| H A D | ioam6_parser.c | 479 raw32 = __be32_to_cpu(*((__u32 *)p)); in check_data() 486 raw32 = __be32_to_cpu(*((__u32 *)p)); in check_data() 494 raw32 = __be32_to_cpu(*((__u32 *)p)); in check_data() 502 raw32 = __be32_to_cpu(*((__u32 *)p)); in check_data() 510 if (__be32_to_cpu(*((__u32 *)p)) != 0xffffffff) in check_data() 516 if (__be32_to_cpu(*((__u32 *)p)) != cnf.ns_data) in check_data() 522 if (__be32_to_cpu(*((__u32 *)p)) == 0xffffffff) in check_data() 528 if (__be32_to_cpu(*((__u32 *)p)) != 0xffffffff) in check_data() 546 if (__be32_to_cpu(*((__u32 *)p)) != cnf.egr_wide) in check_data() 558 if (__be32_to_cpu(*((__u32 *)p)) != 0xffffffff) in check_data() [all …]
|
| /linux-6.15/include/linux/byteorder/ |
| H A D | generic.h | 95 #define be32_to_cpu __be32_to_cpu 136 #define ___ntohl(x) __be32_to_cpu(x)
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth_trace.h | 59 __entry->fd_status = __be32_to_cpu(fd->status);
|
| /linux-6.15/include/uapi/linux/byteorder/ |
| H A D | big_endian.h | 41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
|
| H A D | little_endian.h | 41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
|
| /linux-6.15/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 | 1987 __entry->xid = __be32_to_cpu(rqst->rq_xid);
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | verify_pkcs7_sig.c | 240 sig_len = __be32_to_cpu(ms.sig_len); in populate_data_item_mod()
|
| /linux-6.15/drivers/phy/ti/ |
| H A D | phy-gmii-sel.c | 408 priv->reg_offset = __be32_to_cpu(*offset); in phy_gmii_sel_init_ports()
|
| /linux-6.15/drivers/video/fbdev/omap/ |
| H A D | lcd_mipid.c | 453 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
|
| /linux-6.15/drivers/gpu/drm/panel/ |
| H A D | panel-sony-acx565akm.c | 557 status = __be32_to_cpu(value); in acx565akm_detect()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | rtas.c | 1479 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present() 1482 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()
|
| /linux-6.15/include/uapi/scsi/fc/ |
| H A D | fc_els.h | 284 (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)
|
| /linux-6.15/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | panel-sony-acx565akm.c | 218 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
|
| /linux-6.15/drivers/crypto/bcm/ |
| H A D | spu.c | 1113 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
|
| /linux-6.15/net/tipc/ |
| H A D | crypto.c | 794 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_encrypt() 924 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_decrypt()
|
| /linux-6.15/drivers/iio/temperature/ |
| H A D | ltc2983.c | 1205 *val = __be32_to_cpu(st->temp); in ltc2983_chan_read()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | nxp-c45-tja11xx.c | 725 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2); in nxp_c45_do_aux_work()
|
| H A D | micrel.c | 4589 ts_header = __be32_to_cpu(header->reserved2); in lan8841_rxtstamp()
|
| /linux-6.15/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 5657 __be32_to_cpu(crq->query_map_rsp.tot_pages), in handle_query_map_rsp() 5658 __be32_to_cpu(crq->query_map_rsp.free_pages)); in handle_query_map_rsp()
|