Searched refs:vdst (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | fsl_elbc_spl.c | 38 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() argument 40 static int nand_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() 52 char *dst = vdst; in nand_spl_load_image() 125 #define nand_spl_load_image(offs, uboot_size, vdst) \ argument 126 nand_load_image(offs, uboot_size, vdst)
|
| H A D | fsl_ifc_spl.c | 108 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() argument 126 uchar *dst = vdst; in nand_spl_load_image()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | fsl_espi_spl.c | 15 void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst) in fsl_spi_spl_load_image() argument 26 spi_flash_read(flash, offs, size, vdst); in fsl_spi_spl_load_image()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | fsl_esdhc_spl.c | 23 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst) in mmc_spl_load_image() argument 42 vdst); in mmc_spl_load_image()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | traps.c | 891 u8 vbuf[16] __aligned(16), *vdst; in p9_hmi_special_emu() local 928 vdst = (u8 *)¤t->thread.vr_state.vr[t]; in p9_hmi_special_emu() 930 vdst = (u8 *)¤t->thread.fp_state.fpr[t][0]; in p9_hmi_special_emu() 1022 ((u32 *)vdst)[i] = ((u32 *)vbuf)[3-i]; in p9_hmi_special_emu() 1026 ((u16 *)vdst)[i] = ((u16 *)vbuf)[7-i]; in p9_hmi_special_emu() 1030 ((u64 *)vdst)[i] = ((u64 *)vbuf)[1-i]; in p9_hmi_special_emu() 1034 vdst[i] = vbuf[15-i]; in p9_hmi_special_emu() 1046 ((u32 *)vdst)[i] = cpu_to_le32(((u32 *)vbuf)[i]); in p9_hmi_special_emu() 1050 ((u16 *)vdst)[i] = cpu_to_le16(((u16 *)vbuf)[i]); in p9_hmi_special_emu() 1054 ((u64 *)vdst)[i] = cpu_to_le64(((u64 *)vbuf)[i]); in p9_hmi_special_emu() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | spl.h | 10 void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_esdhc.h | 223 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
|