Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/net/
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()
244 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
250 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
264 if (__be32_to_cpu(*((__u32 *)*p)) != cnf.ingr_wide) in check_ioam6_data()
268 if (__be32_to_cpu(*((__u32 *)*p)) != cnf.egr_wide) in check_ioam6_data()
280 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
[all …]
/Linux-v5.15/include/linux/byteorder/
Dgeneric.h95 #define be32_to_cpu __be32_to_cpu
136 #define ___ntohl(x) __be32_to_cpu(x)
/Linux-v5.15/drivers/reset/
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()
/Linux-v5.15/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c178 priv->phy_reg_offset = __be32_to_cpu(*offset); in ltq_rcu_usb2_of_parse()
186 priv->ana_cfg1_reg_offset = __be32_to_cpu(*offset); in ltq_rcu_usb2_of_parse()
/Linux-v5.15/include/uapi/linux/byteorder/
Dlittle_endian.h40 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
Dbig_endian.h40 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
/Linux-v5.15/include/trace/events/
Drpcgss.h188 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
249 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
Drpcrdma.h1746 __entry->xid = __be32_to_cpu(rqst->rq_xid);
1832 __entry->xid = __be32_to_cpu(rqst->rq_xid);
/Linux-v5.15/lib/
Dcrc32.c329 crc = __be32_to_cpu((__force __be32)crc);
/Linux-v5.15/arch/powerpc/kernel/
Drtas.c644 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present()
647 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()
/Linux-v5.15/drivers/phy/ti/
Dphy-gmii-sel.c326 priv->reg_offset = __be32_to_cpu(*offset); in phy_gmii_sel_init_ports()
/Linux-v5.15/drivers/video/fbdev/omap/
Dlcd_mipid.c451 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/Linux-v5.15/drivers/gpu/drm/panel/
Dpanel-sony-acx565akm.c568 status = __be32_to_cpu(value); in acx565akm_detect()
/Linux-v5.15/include/uapi/scsi/fc/
Dfc_els.h284 (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-sony-acx565akm.c219 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/Linux-v5.15/drivers/crypto/bcm/
Dspu.c1118 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
/Linux-v5.15/drivers/net/phy/
Dnxp-c45-tja11xx.c432 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2); in nxp_c45_do_aux_work()
/Linux-v5.15/net/tipc/
Dcrypto.c801 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_encrypt()
926 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_decrypt()
/Linux-v5.15/drivers/staging/fieldbus/anybuss/
Dhost.c1244 return __be32_to_cpu(*host_idx); in anybus_of_get_host_idx()
/Linux-v5.15/drivers/iio/temperature/
Dltc2983.c1175 *val = __be32_to_cpu(st->temp); in ltc2983_chan_read()