Home
last modified time | relevance | path

Searched refs:put_unaligned_be32 (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c223 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 Dtpm_tis_sandbox.c220 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 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
H A Dgeneric.h57 put_unaligned_be32((__force u32)(val), __gu_p); \
/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
239 put_unaligned_be32((__force u32)(val), __gu_p); \
/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
237 put_unaligned_be32(result[i], ptr); in pow_mod()
/openbmc/u-boot/lib/
H A Dtpm-common.c71 put_unaligned_be32(value, str + offset); in pack_byte_string()
/openbmc/u-boot/cmd/
H A Dtpm-common.c187 put_unaligned_be32(value, data + offset); in type_string_pack()
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c611 put_unaligned_be32(addr, dest); in store_cdrom_address()
H A Df_mass_storage.c1152 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 Dncsi.c552 put_unaligned_be32(checksum, pchecksum); in ncsi_send_command()