Searched refs:put_unaligned_be16 (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 159 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16() function 236 put_unaligned_be16((__force u16)(val), __gu_p); \
|
| /openbmc/u-boot/include/linux/unaligned/ |
| H A D | access_ok.h | 51 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16() function
|
| H A D | be_byteshift.h | 55 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16() function
|
| H A D | generic.h | 54 put_unaligned_be16((__force u16)(val), __gu_p); \
|
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm2_tis_sandbox.c | 219 put_unaligned_be16(tag, recv); in sandbox_tpm2_fill_buf() 408 put_unaligned_be16(tag, recv); in sandbox_tpm2_xfer() 433 put_unaligned_be16(TPM2_ALG_SHA256, recv); in sandbox_tpm2_xfer() 541 put_unaligned_be16(tag, recv); in sandbox_tpm2_xfer()
|
| /openbmc/u-boot/lib/ |
| H A D | tpm-common.c | 68 put_unaligned_be16(value, str + offset); in pack_byte_string()
|
| /openbmc/u-boot/cmd/ |
| H A D | tpm-common.c | 183 put_unaligned_be16(value, data + offset); in type_string_pack()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 1282 put_unaligned_be16(0xffff, &buf[4]); in do_mode_sense() 1285 put_unaligned_be16(0xffff, &buf[8]); in do_mode_sense() 1287 put_unaligned_be16(0xffff, &buf[10]); in do_mode_sense() 1305 put_unaligned_be16(len - 2, buf0); in do_mode_sense()
|