Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_sandbox.c163 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 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); \
/rk3399_rockchip-uboot/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); \
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-mod-exp.c26 #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 Dstorage_common.c678 put_unaligned_be32(addr, dest); in store_cdrom_address()
H A Df_mass_storage.c1166 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 Dtpm.c191 put_unaligned_be32(value, data + offset); in type_string_pack()
/rk3399_rockchip-uboot/lib/
H A Dtpm.c111 put_unaligned_be32(value, str + offset); in pack_byte_string()