Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/implementation/
D_macro_ref.h62 #define put_unaligned_be32(p, v) do{put_unaligned_be16(p, (v >> 16)) ; put_unaligned_be16((p + 2), … macro
/third_party/uboot/u-boot-2020.01/include/linux/unaligned/
Dbe_byteshift.h60 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function
Daccess_ok.h56 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dunaligned-sh4a.h168 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function
/third_party/uboot/u-boot-2020.01/lib/rsa/
Drsa-mod-exp.c25 #define put_unaligned_be32(a, b) (*(uint32_t *)(b) = cpu_to_fdt32(a)) macro
/third_party/toybox/toys/pending/
Dxzcat.c354 static inline void put_unaligned_be32(uint32_t val, uint8_t *buf) in put_unaligned_be32() function