Searched refs:put_unaligned_be32 (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_sandbox.c | 163 put_unaligned_be32(22, recvbuf + in sandbox_tpm_xfer() 172 put_unaligned_be32(1, data + in sandbox_tpm_xfer() 180 put_unaligned_be32(22, recvbuf + in sandbox_tpm_xfer() 210 put_unaligned_be32(length, recvbuf + in sandbox_tpm_xfer()
|
| /rk3399_rockchip-uboot/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); \
|
| /rk3399_rockchip-uboot/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); \
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 26 #define put_unaligned_be32(a, b) (*(uint32_t *)(b) = cpu_to_fdt32(a)) macro 238 put_unaligned_be32(result[i], ptr); in pow_mod()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | storage_common.c | 678 put_unaligned_be32(addr, dest); in store_cdrom_address()
|
| H A D | f_mass_storage.c | 1166 put_unaligned_be32(sdinfo, &buf[3]); /* Sense information */ in do_request_sense() 1186 put_unaligned_be32(curlun->num_sectors - 1, &buf[0]); in do_read_capacity() 1188 put_unaligned_be32(512, &buf[4]); /* Block length */ in do_read_capacity() 1371 put_unaligned_be32(curlun->num_sectors, &buf[0]); in do_read_format_capacities() 1373 put_unaligned_be32(512, &buf[4]); /* Block length */ in do_read_format_capacities()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tpm.c | 191 put_unaligned_be32(value, data + offset); in type_string_pack()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | tpm.c | 111 put_unaligned_be32(value, str + offset); in pack_byte_string()
|