Searched refs:put_unaligned_be16 (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/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); \
|
| /rk3399_rockchip-uboot/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); \
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_mass_storage.c | 1296 put_unaligned_be16(0xffff, &buf[4]); in do_mode_sense() 1299 put_unaligned_be16(0xffff, &buf[8]); in do_mode_sense() 1301 put_unaligned_be16(0xffff, &buf[10]); in do_mode_sense() 1319 put_unaligned_be16(len - 2, buf0); in do_mode_sense()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tpm.c | 187 put_unaligned_be16(value, data + offset); in type_string_pack()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | tpm.c | 108 put_unaligned_be16(value, str + offset); in pack_byte_string()
|