Searched refs:dest (Results 176 - 200 of 200) sorted by relevance

12345678

/u-boot/drivers/mmc/
H A Dmmc_spi.c433 ret = mmc_spi_readdata(dev, data->dest,
H A Dmxcmmc.c352 stat = mxcmci_pull(host, data->dest, length);
H A Dowl_mmc.c153 buf = (ulong) (data->dest);
H A Dfsl_esdhc.c169 buffer = data->dest;
246 buf = data->dest;
H A Dbcm2835_sdhost.c288 buf = is_read ? (u32 *)data->dest : (u32 *)data->src;
291 data->dest += blksize;
H A Domap_hsmmc.c965 buf = data->dest;
995 buf = data->dest;
1212 mmc_read_data(mmc_base, data->dest,
H A Dstm32_sdmmc2.c223 idmabase0 = (u32)(long)data->dest;
H A Dtegra_mmc.c349 buf = data->dest;
H A Dmtk-sd.c762 ret = msdc_pio_read(host, (u8 *)data->dest, size);
/u-boot/arch/sandbox/cpu/
H A Dos.c916 int os_jump_to_image(const void *dest, int size) argument
921 err = make_exec(fname, dest, size);
/u-boot/drivers/spi/
H A Dich.c447 static void drain_xfer_fifo(struct fast_spi_regs *regs, void *dest, uint len) argument
449 memcpy(dest, regs->fdata, len);
/u-boot/drivers/ram/rockchip/
H A Ddmc-rk3368.c190 static void copy_to_reg(u32 *dest, const u32 *src, u32 n) argument
195 writel(*src++, dest++);
/u-boot/net/
H A Dnfs.c790 static void nfs_handler(uchar *pkt, unsigned dest, struct in_addr sip, argument
801 if (dest != nfs_our_port)
/u-boot/drivers/usb/gadget/
H A Dether.c1630 u8 *dest = skb->data;
1632 if (is_multicast_ethaddr(dest)) {
1638 if (is_broadcast_ethaddr(dest))
/u-boot/include/
H A Dmmc.h424 char *dest; member in union:mmc_data::__anon462
H A Defi_loader.h1065 void efi_memcpy_runtime(void *dest, const void *src, size_t n);
/u-boot/fs/btrfs/
H A Dctree.h1234 struct btrfs_file_extent_item *fi, char *dest);
1237 int len, char *dest);
/u-boot/drivers/net/
H A Dfec_mxc.c918 static void fec_set_dev_name(char *dest, int dev_id) argument
920 sprintf(dest, (dev_id == -1) ? "FEC" : "FEC%i", dev_id);
H A Dsja1105.c3206 u8 *dest = (u8 *)packet; local
3208 memmove(dest, from, 2 * ETH_ALEN);
3218 u8 *dest = packet + VLAN_HLEN; local
3225 memmove(dest, from, 2 * ETH_ALEN);
/u-boot/fs/fat/
H A Dfat_write.c46 * @dest: destination buffer
51 static int str2fat(char *dest, char *src, int length) argument
66 dest[i] = c;
/u-boot/drivers/video/meson/
H A Dmeson_registers.h1682 #define VIU_OSD_BLEND_REORDER(dest, src) ((src) << (dest * 4))
/u-boot/common/
H A Ddlmalloc.c40 static inline void MALLOC_COPY(void *dest, const void *src, size_t sz) { memcpy(dest, src, sz); } argument
/u-boot/drivers/dma/ti/
H A Dk3-udma.c1847 static int *udma_prep_dma_memcpy(struct udma_chan *uc, dma_addr_t dest, argument
1864 unsigned long align_to = __ffs(src | dest);
1907 tr_req[0].daddr = dest;
1925 tr_req[1].daddr = dest + tr0_cnt1 * tr0_cnt0;
/u-boot/tools/dtoc/
H A Dtest_fdt314 ['/dest/base', '/dest/first@0', '/dest/existing'],
317 chk = dtb.GetNode('/dest/base')
338 first = dtb.GetNode('/dest/base/first@0')
340 over = dtb.GetNode('/dest/base/over')
346 second = dtb.GetNode('/dest/base/second')
379 dst = dtb.GetNode('/dest')
380 second1_ph_val = (dtb.GetNode('/dest/base/second/second1').
389 # 'over' has been copied to 'dest/bas
[all...]
H A Dtest_fdt.py314 ['/dest/base', '/dest/first@0', '/dest/existing'],
317 chk = dtb.GetNode('/dest/base')
338 first = dtb.GetNode('/dest/base/first@0')
340 over = dtb.GetNode('/dest/base/over')
346 second = dtb.GetNode('/dest/base/second')
379 dst = dtb.GetNode('/dest')
380 second1_ph_val = (dtb.GetNode('/dest/base/second/second1').
389 # 'over' has been copied to 'dest/bas
[all...]

Completed in 485 milliseconds

12345678