Searched refs:put_unaligned_be32 (Results 1 – 12 of 12) sorted by relevance
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm2_tis_sandbox.c | 223 put_unaligned_be32(*recv_len, recv); in sandbox_tpm2_fill_buf() 227 put_unaligned_be32(rc, recv); in sandbox_tpm2_fill_buf() 415 put_unaligned_be32(rc, recv); in sandbox_tpm2_xfer() 423 put_unaligned_be32(capability, recv); in sandbox_tpm2_xfer() 429 put_unaligned_be32(1, recv); in sandbox_tpm2_xfer() 448 put_unaligned_be32(property_count, recv); in sandbox_tpm2_xfer() 453 put_unaligned_be32(property + i, recv); in sandbox_tpm2_xfer() 469 put_unaligned_be32(val, recv); in sandbox_tpm2_xfer() 480 put_unaligned_be32(*recv_len, recvbuf + sizeof(tag)); in sandbox_tpm2_xfer() 548 put_unaligned_be32(rc, recv); in sandbox_tpm2_xfer() [all …]
|
| H A D | tpm_tis_sandbox.c | 220 put_unaligned_be32(TPM_TAG_PERMANENT_FLAGS, in sandbox_tpm_xfer() 230 put_unaligned_be32(*recv_len, in sandbox_tpm_xfer() 237 put_unaligned_be32(22, recvbuf + in sandbox_tpm_xfer() 269 put_unaligned_be32(length, recvbuf + in sandbox_tpm_xfer() 284 put_unaligned_be32(TPM_BADINDEX, recvbuf + in sandbox_tpm_xfer()
|
| /openbmc/u-boot/include/linux/unaligned/ |
| H A D | access_ok.h | 56 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function
|
| H A D | be_byteshift.h | 60 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function
|
| H A D | generic.h | 57 put_unaligned_be32((__force u32)(val), __gu_p); \
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 168 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() function 239 put_unaligned_be32((__force u32)(val), __gu_p); \
|
| /openbmc/u-boot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 25 #define put_unaligned_be32(a, b) (*(uint32_t *)(b) = cpu_to_fdt32(a)) macro 237 put_unaligned_be32(result[i], ptr); in pow_mod()
|
| /openbmc/u-boot/lib/ |
| H A D | tpm-common.c | 71 put_unaligned_be32(value, str + offset); in pack_byte_string()
|
| /openbmc/u-boot/cmd/ |
| H A D | tpm-common.c | 187 put_unaligned_be32(value, data + offset); in type_string_pack()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | storage_common.c | 611 put_unaligned_be32(addr, dest); in store_cdrom_address()
|
| H A D | f_mass_storage.c | 1152 put_unaligned_be32(sdinfo, &buf[3]); /* Sense information */ in do_request_sense() 1172 put_unaligned_be32(curlun->num_sectors - 1, &buf[0]); in do_read_capacity() 1174 put_unaligned_be32(512, &buf[4]); /* Block length */ in do_read_capacity() 1357 put_unaligned_be32(curlun->num_sectors, &buf[0]); in do_read_format_capacities() 1359 put_unaligned_be32(512, &buf[4]); /* Block length */ in do_read_format_capacities()
|
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | ncsi.c | 552 put_unaligned_be32(checksum, pchecksum); in ncsi_send_command()
|