Home
last modified time | relevance | path

Searched refs:put_unaligned (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/board/samsung/common/
H A Dgadget.c13 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 Dunaligned.h13 #define put_unaligned __put_unaligned_le macro
16 #define put_unaligned __put_unaligned_be macro
/openbmc/u-boot/arch/sh/include/asm/
H A Dunaligned.h14 #define put_unaligned __put_unaligned_be macro
17 #define put_unaligned __put_unaligned_le macro
H A Dunaligned-sh4a.h252 # define put_unaligned __put_unaligned_le macro
255 # define put_unaligned __put_unaligned_be macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dunaligned.h11 #define put_unaligned __put_unaligned_be macro
14 #define put_unaligned __put_unaligned_le macro
/openbmc/u-boot/include/asm-generic/
H A Dunaligned.h15 #define put_unaligned __put_unaligned_le macro
18 #define put_unaligned __put_unaligned_be macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dunaligned.h13 #define put_unaligned __put_unaligned_be macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dunaligned.h13 #define put_unaligned __put_unaligned_be macro
/openbmc/u-boot/fs/btrfs/
H A Dhash.c37 put_unaligned(cpu_to_le32(~crc), (u32 *)result); in btrfs_csum_final()
/openbmc/u-boot/board/siemens/common/
H A Dfactoryset.c311 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 Dtdx-common.c118 put_unaligned(usb_pid, &dev->idProduct); in g_dnl_bind_fixup()
/openbmc/u-boot/drivers/misc/
H A Djz4780_efuse.c56 put_unaligned(val, (u32 *)(buf + (i * 4))); in jz4780_efuse_read_chunk()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dspl.c169 put_unaligned(CONFIG_USB_GADGET_PRODUCT_NUM + 0xfff, &dev->idProduct); in g_dnl_bind_fixup()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddenali_spl.c82 put_unaligned(readl(denali_flash_mem + INDEX_DATA_REG), in read_data_from_flash_mem()
/openbmc/u-boot/drivers/usb/gadget/
H A Depautoconf.c168 put_unaligned(cpu_to_le16(size), &desc->wMaxPacketSize); in ep_matches()
/openbmc/u-boot/lib/lzo/
H A Dlzo1x_decompress.c25 put_unaligned(get_unaligned((const u32 *)(src)), (u32 *)(dst))
/openbmc/u-boot/doc/
H A DREADME.unaligned-memory-access.txt198 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 Dxhci.c1221 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 Dehci-hcd.c1067 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 Dusb_hub.c653 put_unaligned(le16_to_cpu(get_unaligned( in usb_hub_configure()
H A Dusb.c469 put_unaligned(le16_to_cpu(ep_wMaxPacketSize), in usb_parse_config()
/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.c174 put_unaligned(data, buf++); \
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1650 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()