| /openbmc/u-boot/board/samsung/common/ |
| H A D | gadget.c | 13 put_unaligned(CONFIG_G_DNL_THOR_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 14 put_unaligned(CONFIG_G_DNL_THOR_PRODUCT_NUM, &dev->idProduct); in g_dnl_bind_fixup() 16 put_unaligned(CONFIG_G_DNL_UMS_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 17 put_unaligned(CONFIG_G_DNL_UMS_PRODUCT_NUM, &dev->idProduct); in g_dnl_bind_fixup() 19 put_unaligned(CONFIG_USB_GADGET_VENDOR_NUM, &dev->idVendor); in g_dnl_bind_fixup() 20 put_unaligned(CONFIG_USB_GADGET_PRODUCT_NUM, &dev->idProduct); in g_dnl_bind_fixup()
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | unaligned.h | 13 #define put_unaligned __put_unaligned_le macro 16 #define put_unaligned __put_unaligned_be macro
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | unaligned.h | 14 #define put_unaligned __put_unaligned_be macro 17 #define put_unaligned __put_unaligned_le macro
|
| H A D | unaligned-sh4a.h | 252 # define put_unaligned __put_unaligned_le macro 255 # define put_unaligned __put_unaligned_be macro
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | unaligned.h | 11 #define put_unaligned __put_unaligned_be macro 14 #define put_unaligned __put_unaligned_le macro
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | unaligned.h | 15 #define put_unaligned __put_unaligned_le macro 18 #define put_unaligned __put_unaligned_be macro
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | unaligned.h | 13 #define put_unaligned __put_unaligned_be macro
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | unaligned.h | 13 #define put_unaligned __put_unaligned_be macro
|
| /openbmc/u-boot/fs/btrfs/ |
| H A D | hash.c | 37 put_unaligned(cpu_to_le32(~crc), (u32 *)result); in btrfs_csum_final()
|
| /openbmc/u-boot/board/siemens/common/ |
| H A D | factoryset.c | 311 put_unaligned(factory_dat.usb_vendor_id, &dev->idVendor); in g_dnl_bind_fixup() 312 put_unaligned(factory_dat.usb_product_id, &dev->idProduct); in g_dnl_bind_fixup()
|
| /openbmc/u-boot/board/toradex/common/ |
| H A D | tdx-common.c | 118 put_unaligned(usb_pid, &dev->idProduct); in g_dnl_bind_fixup()
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | jz4780_efuse.c | 56 put_unaligned(val, (u32 *)(buf + (i * 4))); in jz4780_efuse_read_chunk()
|
| /openbmc/u-boot/arch/arm/mach-imx/ |
| H A D | spl.c | 169 put_unaligned(CONFIG_USB_GADGET_PRODUCT_NUM + 0xfff, &dev->idProduct); in g_dnl_bind_fixup()
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | denali_spl.c | 82 put_unaligned(readl(denali_flash_mem + INDEX_DATA_REG), in read_data_from_flash_mem()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | epautoconf.c | 168 put_unaligned(cpu_to_le16(size), &desc->wMaxPacketSize); in ep_matches()
|
| /openbmc/u-boot/lib/lzo/ |
| H A D | lzo1x_decompress.c | 25 put_unaligned(get_unaligned((const u32 *)(src)), (u32 *)(dst))
|
| /openbmc/u-boot/doc/ |
| H A D | README.unaligned-memory-access.txt | 198 put_unaligned() macros provided by the <asm/unaligned.h> header file. 216 put_unaligned(value, (u32 *) data);
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 1221 put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) in xhci_lowlevel_init() 1226 put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) in xhci_lowlevel_init()
|
| H A D | ehci-hcd.c | 1067 put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) in ehci_common_init() 1071 put_unaligned(get_unaligned(&descriptor.hub.wHubCharacteristics) in ehci_common_init()
|
| /openbmc/u-boot/common/ |
| H A D | usb_hub.c | 653 put_unaligned(le16_to_cpu(get_unaligned( in usb_hub_configure()
|
| H A D | usb.c | 469 put_unaligned(le16_to_cpu(ep_wMaxPacketSize), in usb_parse_config()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | tmio-common.c | 174 put_unaligned(data, buf++); \
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | cfi_flash.c | 1650 put_unaligned(get_unaligned(&qry->erase_region_info[j]), in cfi_reverse_geometry() 1652 put_unaligned(tmp, &qry->erase_region_info[j]); in cfi_reverse_geometry()
|