Home
last modified time | relevance | path

Searched refs:spl_load_simple_fit (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_ram.c55 spl_load_simple_fit(spl_image, &load, 0, header);
H A Dspl_ufs.c70 ret = spl_load_simple_fit(spl_image, &load,
H A Dspl_rknand.c92 ret = spl_load_simple_fit(spl_image, &load,
H A Dspl_net.c63 rv = spl_load_simple_fit(spl_image, &load, 0, header);
H A Dspl_spi.c132 err = spl_load_simple_fit(spl_image, &load,
H A Dspl_fat.c90 return spl_load_simple_fit(spl_image, &load, 0, header);
H A Dspl_mtd_blk.c145 ret = spl_load_simple_fit(spl_image, &load,
H A Dspl_ymodem.c106 ret = spl_load_simple_fit(spl_image, &load, 0, (void *)buf); in spl_ymodem_load_image()
H A Dspl_nand.c97 return spl_load_simple_fit(spl_image, &load, offset, header);
H A Dspl_mmc.c91 ret = spl_load_simple_fit(spl_image, &load, sector, header);
H A Dspl_fit.c929 int spl_load_simple_fit(struct spl_image_info *spl_image, in spl_load_simple_fit() function
H A Dspl_fit_tb_arm64.S965 .section .text.spl_load_simple_fit,"ax",@progbits
967 .global spl_load_simple_fit symbol
968 .type spl_load_simple_fit, %function
969 spl_load_simple_fit: label
1657 .size spl_load_simple_fit, .-spl_load_simple_fit
1693 .section .rodata.spl_load_simple_fit.str1.1,"aMS",@progbits,1
H A Dspl_fit_tb_px30.S1448 .section .text.spl_load_simple_fit,"ax",@progbits
1450 .global spl_load_simple_fit symbol
1451 .type spl_load_simple_fit, %function
1452 spl_load_simple_fit: label
2248 .size spl_load_simple_fit, .-spl_load_simple_fit
2311 .section .rodata.spl_load_simple_fit.str1.1,"aMS",@progbits,1
H A Dspl_fit_tb_rv1106.S1544 .section .text.spl_load_simple_fit,"ax",%progbits
1546 .global spl_load_simple_fit symbol
1551 .type spl_load_simple_fit, %function
1552 spl_load_simple_fit: label
2250 .size spl_load_simple_fit, .-spl_load_simple_fit
2315 .section .rodata.spl_load_simple_fit.str1.1,"aMS",%progbits,1
H A Dspl_fit_tb_rv1126b.S1455 .section .text.spl_load_simple_fit,"ax",@progbits
1457 .global spl_load_simple_fit symbol
1458 .type spl_load_simple_fit, %function
1459 spl_load_simple_fit: label
2188 .size spl_load_simple_fit, .-spl_load_simple_fit
2254 .section .rodata.spl_load_simple_fit.str1.1,"aMS",@progbits,1
H A Dspl_fit_tb_rv1126.S1517 .section .text.spl_load_simple_fit,"ax",%progbits
1519 .global spl_load_simple_fit symbol
1524 .type spl_load_simple_fit, %function
1525 spl_load_simple_fit: label
2221 .size spl_load_simple_fit, .-spl_load_simple_fit
2282 .section .rodata.spl_load_simple_fit.str1.1,"aMS",%progbits,1
/rk3399_rockchip-uboot/include/
H A Dspl.h77 int spl_load_simple_fit(struct spl_image_info *spl_image,
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Dspl_spi_sunxi.c296 ret = spl_load_simple_fit(spl_image, &load, in spl_spi_load_image()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_sdp.c717 spl_load_simple_fit(spl_image, &load, 0, in sdp_handle_in_ep()