Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/byteorder/
Dgeneric.h95 #define be32_to_cpu __be32_to_cpu
136 #define ___ntohl(x) __be32_to_cpu(x)
/Linux-v5.4/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.4/drivers/phy/lantiq/
Dphy-lantiq-rcu-usb2.c170 priv->phy_reg_offset = __be32_to_cpu(*offset); in ltq_rcu_usb2_of_parse()
178 priv->ana_cfg1_reg_offset = __be32_to_cpu(*offset); in ltq_rcu_usb2_of_parse()
/Linux-v5.4/drivers/staging/mt7621-pinctrl/
Dpinctrl-rt2880.c371 range->npins = __be32_to_cpu(*ngpio); in rt2880_pinmux_probe()
372 range->base = __be32_to_cpu(*gpiobase); in rt2880_pinmux_probe()
/Linux-v5.4/include/uapi/linux/byteorder/
Dbig_endian.h40 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
Dlittle_endian.h40 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
/Linux-v5.4/lib/
Dcrc32.c329 crc = __be32_to_cpu((__force __be32)crc);
/Linux-v5.4/arch/powerpc/kernel/
Drtas.c635 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present()
638 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()
/Linux-v5.4/drivers/video/fbdev/omap/
Dlcd_mipid.c451 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-sony-acx565akm.c569 status = __be32_to_cpu(value); in acx565akm_detect()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-sony-acx565akm.c219 disp_status = __be32_to_cpu(disp_status); in panel_enabled()
/Linux-v5.4/drivers/crypto/bcm/
Dspu.c1141 status = __be32_to_cpu(*(__be32 *)statp); in spum_status_process()
/Linux-v5.4/drivers/staging/fieldbus/anybuss/
Dhost.c1244 return __be32_to_cpu(*host_idx); in anybus_of_get_host_idx()
/Linux-v5.4/include/trace/events/
Drpcrdma.h1568 __entry->xid = __be32_to_cpu(rqst->rq_xid);