Searched refs:cpu_to_le32 (Results 76 - 100 of 101) sorted by relevance

12345

/u-boot/drivers/usb/host/
H A Dehci.h120 #define cpu_to_hc32(x) cpu_to_le32((x))
H A Dr8a66597-hcd.c574 *(__u32 *)buffer = cpu_to_le32(0);
578 *(__u32 *)buffer = cpu_to_le32(r8a66597->port_status |
H A Dohci-hcd.c80 # define m32_swap(x) cpu_to_le32(x)
1271 *(u32 *)databuf = cpu_to_le32(
1275 *(u32 *)databuf = cpu_to_le32(RD_RH_PORTSTAT);
H A Ddwc2.c553 *(uint32_t *)buffer = cpu_to_le32(0);
584 *(uint32_t *)buffer = cpu_to_le32(port_status |
/u-boot/drivers/tpm/
H A Dtpm2_tis_spi.c186 __le32 value_le = cpu_to_le32(value);
/u-boot/drivers/ufs/
H A Dufs.c611 cpu_to_le32(lower_32_bits(cmd_desc_dma_addr));
613 cpu_to_le32(upper_32_bits(cmd_desc_dma_addr));
739 req_desc->header.dword_0 = cpu_to_le32(dword_0);
748 cpu_to_le32(OCS_INVALID_COMMAND_STATUS);
1444 entry->size = cpu_to_le32(len) | GENMASK(1, 0);
1445 entry->base_addr = cpu_to_le32(lower_32_bits((unsigned long)buf));
1446 entry->upper_addr = cpu_to_le32(upper_32_bits((unsigned long)buf));
/u-boot/arch/arm/include/asm/
H A Dio.h128 cpu_to_le32(v), (c)))
258 #define outl(v,p) __raw_writel(cpu_to_le32(v),__io(p))
/u-boot/tools/
H A Dimx8mimage.c441 .controllermisc = cpu_to_le32(CONFIG_FSPI_CONTROLLER_MISC),
447 .sflashA1 = cpu_to_le32(CONFIG_FSPI_FLASH_A1_SIZE),
H A Daisimage.c171 *ptr++ = cpu_to_le32(parms[i]);
H A Dimximage.c937 .controllermisc = cpu_to_le32(CONFIG_FSPI_CONTROLLER_MISC),
943 .sflashA1 = cpu_to_le32(CONFIG_FSPI_FLASH_A1_SIZE),
H A Drelocate-rela.c109 return cpu_to_le32(data);
/u-boot/drivers/mtd/ubi/
H A Dcrc32.c43 #define tole(x) cpu_to_le32(x)
/u-boot/arch/arc/include/asm/
H A Dio.h172 #define writel_relaxed(v, c) ((void)__arch_putl((__force u32)cpu_to_le32(v), (c)))
/u-boot/common/
H A Dusb_storage.c580 cbw->dCBWSignature = cpu_to_le32(CBWSIGNATURE);
581 cbw->dCBWTag = cpu_to_le32(CBWTag++);
582 cbw->dCBWDataTransferLength = cpu_to_le32(srb->datalen);
/u-boot/fs/fat/
H A Dfat_write.c494 ((__u32 *) mydata->fatbuf)[offset] = cpu_to_le32(entry_value);
1206 dentptr->size = cpu_to_le32(size);
1420 retdent->size = cpu_to_le32(pos + size);
/u-boot/include/
H A Dvirtio.h401 return (__force __virtio32)cpu_to_le32(val);
/u-boot/fs/ext4/
H A Dext4_journal.c532 fs->sb->feature_incompat = cpu_to_le32(new_feature_incompat);
/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c1652 csw->Signature = cpu_to_le32(USB_BULK_CS_SIG);
1654 csw->Residue = cpu_to_le32(common->residue);
2080 cbw->Signature != cpu_to_le32(
H A Df_rockusb.c386 csw->signature = cpu_to_le32(USB_BULK_CS_SIG);
H A Dcomposite.c810 cpu_to_le32(USB_LPM_SUPPORT | USB_BESL_SUPPORT);
H A Dether.c1127 data[0] = data[1] = cpu_to_le32(BITRATE(dev->gadget));
/u-boot/drivers/usb/eth/
H A Dr8152.c1431 tx_desc->opts2 = cpu_to_le32(opts2);
1432 tx_desc->opts1 = cpu_to_le32(opts1);
/u-boot/drivers/usb/isp1760/
H A Disp1760-hcd.c46 #define dw_to_le32(x) (cpu_to_le32((__force u32)x))
2271 put_unaligned(cpu_to_le32(status), (__le32 *)buf);
/u-boot/arch/mips/mach-octeon/
H A Dcvmx-pcie.c2257 cvmx_write64_uint32(address, cpu_to_le32(val));
/u-boot/drivers/mtd/
H A Dcfi_flash.c231 u32 cmd_le = cpu_to_le32(cmd);

Completed in 357 milliseconds

12345