Searched refs:vdst (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | spl.h | 10 void fsl_spi_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
|
| /rk3399_rockchip-uboot/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()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fsl_esdhc.h | 223 void mmc_spl_load_image(uint32_t offs, unsigned int size, void *vdst);
|