Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A Dioam6_parser.c211 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()
244 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
250 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
280 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
286 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
292 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
298 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
304 if (__be32_to_cpu(*((__u32 *)*p)) != 0xffffffff) in check_ioam6_data()
[all …]
/linux/include/linux/byteorder/
A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu
136 #define ___ntohl(x) __be32_to_cpu(x)
/linux/drivers/reset/
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()
/linux/drivers/phy/lantiq/
A 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/include/uapi/linux/byteorder/
A Dbig_endian.h41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
A Dlittle_endian.h41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
/linux/include/trace/events/
A Drpcgss.h190 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
251 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
A Drpcrdma.h1898 __entry->xid = __be32_to_cpu(rqst->rq_xid);
1984 __entry->xid = __be32_to_cpu(rqst->rq_xid);
/linux/arch/powerpc/kernel/
A 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/lib/
A Dcrc32.c329 crc = __be32_to_cpu((__force __be32)crc);
/linux/drivers/phy/ti/
A Dphy-gmii-sel.c328 priv->reg_offset = __be32_to_cpu(*offset); in phy_gmii_sel_init_ports()
/linux/drivers/video/fbdev/omap/
A Dlcd_mipid.c451 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/linux/drivers/gpu/drm/panel/
A Dpanel-sony-acx565akm.c568 status = __be32_to_cpu(value); in acx565akm_detect()
/linux/include/uapi/scsi/fc/
A Dfc_els.h284 (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)
/linux/drivers/video/fbdev/omap2/omapfb/displays/
A Dpanel-sony-acx565akm.c219 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/linux/drivers/crypto/bcm/
A Dspu.c1118 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
/linux/drivers/net/phy/
A Dnxp-c45-tja11xx.c432 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2); in nxp_c45_do_aux_work()
/linux/net/tipc/
A Dcrypto.c805 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_encrypt()
930 salt ^= __be32_to_cpu(ehdr->addr); in tipc_aead_decrypt()
/linux/drivers/staging/fieldbus/anybuss/
A Dhost.c1244 return __be32_to_cpu(*host_idx); in anybus_of_get_host_idx()
/linux/drivers/iio/temperature/
A Dltc2983.c1175 *val = __be32_to_cpu(st->temp); in ltc2983_chan_read()
/linux/drivers/net/ethernet/ibm/
A Dibmvnic.c4954 __be32_to_cpu(crq->query_map_rsp.tot_pages), in handle_query_map_rsp()
4955 __be32_to_cpu(crq->query_map_rsp.free_pages)); in handle_query_map_rsp()

Completed in 61 milliseconds