Searched defs:nand_spl_load_image (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/mtd/nand/raw/ |
A D | fsl_elbc_spl.c | 42 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() function 129 #define nand_spl_load_image(offs, uboot_size, vdst) \ macro
|
A D | nand_spl_loaders.c | 1 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() function
|
A D | mxc_nand_spl.c | 280 int nand_spl_load_image(uint32_t from, unsigned int size, void *buf) in nand_spl_load_image() function
|
A D | fsl_ifc_spl.c | 109 int nand_spl_load_image(uint32_t offs, unsigned int uboot_size, void *vdst) in nand_spl_load_image() function
|
A D | mxs_nand_spl.c | 220 int nand_spl_load_image(uint32_t offs, unsigned int size, void *buf) in nand_spl_load_image() function
|
A D | denali_spl.c | 187 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() function
|
A D | sunxi_nand_spl.c | 526 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dest) in nand_spl_load_image() function
|
A D | lpc32xx_nand_mlc.c | 695 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst) in nand_spl_load_image() function
|
Completed in 19 milliseconds