/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | fsl_elbc_spl.c | 37 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() argument 39 static int nand_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() 51 char *dst = vdst; in nand_spl_load_image() 124 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument 125 nand_load_image(offs, uboot_size, vdst)
|
H A D | fsl_ifc_spl.c | 107 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() argument 125 uchar *dst = vdst; in nand_spl_load_image()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | fsl_espi_spl.c | 14 void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst) in fsl_spi_spl_load_image() argument 25 spi_flash_read(flash, offs, size, vdst); in fsl_spi_spl_load_image()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_blit.c | 471 u8 *vdst; in vmw_external_bo_copy() local 480 vdst = map_external(dst, &dst_map); in vmw_external_bo_copy() 481 if (!vdst) { in vmw_external_bo_copy() 488 vdst += dst_offset; in vmw_external_bo_copy() 492 memcpy(vdst, vsrc, in vmw_external_bo_copy() 497 memcpy(vdst, vsrc, width_in_bytes); in vmw_external_bo_copy() 499 vdst += dst_stride; in vmw_external_bo_copy()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | fsl_esdhc_spl.c | 22 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst) in mmc_spl_load_image() argument 41 vdst); in mmc_spl_load_image()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | spl.h | 9 void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 889 u8 vbuf[16] __aligned(16), *vdst; in p9_hmi_special_emu() local 926 vdst = (u8 *)¤t->thread.vr_state.vr[t]; in p9_hmi_special_emu() 928 vdst = (u8 *)¤t->thread.fp_state.fpr[t][0]; in p9_hmi_special_emu() 1020 ((u32 *)vdst)[i] = ((u32 *)vbuf)[3-i]; in p9_hmi_special_emu() 1024 ((u16 *)vdst)[i] = ((u16 *)vbuf)[7-i]; in p9_hmi_special_emu() 1028 ((u64 *)vdst)[i] = ((u64 *)vbuf)[1-i]; in p9_hmi_special_emu() 1032 vdst[i] = vbuf[15-i]; in p9_hmi_special_emu() 1044 ((u32 *)vdst)[i] = cpu_to_le32(((u32 *)vbuf)[i]); in p9_hmi_special_emu() 1048 ((u16 *)vdst)[i] = cpu_to_le16(((u16 *)vbuf)[i]); in p9_hmi_special_emu() 1052 ((u64 *)vdst)[i] = cpu_to_le64(((u64 *)vbuf)[i]); in p9_hmi_special_emu() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 266 static void copy_vertical_b(void *vdst, const void *vsrc, size_t len) in copy_vertical_b() argument 269 uint8_t *dst = vdst; in copy_vertical_b() 277 static void copy_vertical_h(void *vdst, const void *vsrc, size_t len) in copy_vertical_h() argument 280 uint16_t *dst = vdst; in copy_vertical_h() 288 static void copy_vertical_s(void *vdst, const void *vsrc, size_t len) in copy_vertical_s() argument 291 uint32_t *dst = vdst; in copy_vertical_s() 299 static void copy_vertical_d(void *vdst, const void *vsrc, size_t len) in copy_vertical_d() argument 302 uint64_t *dst = vdst; in copy_vertical_d() 310 static void copy_vertical_q(void *vdst, const void *vsrc, size_t len) in copy_vertical_q() argument 313 memcpy(vdst + tile_vslice_offset(i), vsrc + i, 16); in copy_vertical_q()
|
/openbmc/u-boot/include/ |
H A D | fsl_esdhc.h | 270 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
|