Home
last modified time | relevance | path

Searched defs:put_unaligned_be32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/include/tools/
Dbe_byteshift.h
/openbmc/u-boot/include/linux/unaligned/
H A Daccess_ok.h56 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function
H A Dbe_byteshift.h60 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function
/openbmc/u-boot/lib/rsa/
H A Drsa-mod-exp.c25 #define put_unaligned_be32(a, b) (*(uint32_t *)(b) = cpu_to_fdt32(a)) macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dunaligned-sh4a.h168 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function