Home
last modified time | relevance | path

Searched refs:sysmem_free (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Duimage.c177 sysmem_free((phys_addr_t)img); in uimage_sysmem_free_each()
178 sysmem_free((phys_addr_t)kaddr); in uimage_sysmem_free_each()
179 sysmem_free((phys_addr_t)faddr); in uimage_sysmem_free_each()
181 sysmem_free((phys_addr_t)raddr); in uimage_sysmem_free_each()
H A Dfit.c252 sysmem_free((phys_addr_t)gd->fdt_blob); in fit_image_pre_process()
276 sysmem_free((phys_addr_t)fit); in fit_image_fail_process()
277 sysmem_free((phys_addr_t)raddr); in fit_image_fail_process()
278 sysmem_free((phys_addr_t)kaddr); in fit_image_fail_process()
279 sysmem_free((phys_addr_t)faddr); in fit_image_fail_process()
/OK3568_Linux_fs/u-boot/include/
H A Dsysmem.h124 int sysmem_free(phys_addr_t base);
148 static inline int sysmem_free(phys_addr_t base) { return 0; } in sysmem_free() function
/OK3568_Linux_fs/u-boot/cmd/
H A Dfastboot.c88 sysmem_free(CONFIG_FASTBOOT_BUF_ADDR); in do_fastboot()
H A Dbootrkp.c281 if (!sysmem_free((phys_addr_t)kaddr_c)) { in boot_rockchip_image()
/OK3568_Linux_fs/u-boot/lib/
H A Dsysmem.su
H A Dsysmem.c661 int sysmem_free(phys_addr_t base) in sysmem_free() function
/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-storage.c247 sysmem_free((phys_addr_t)r_buf); in do_test_storage()
249 sysmem_free((phys_addr_t)w_buf); in do_test_storage()
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_bootloader.c261 if (sysmem_free((phys_addr_t)kaddr)) in sysmem_alloc_uncomp_kernel()
264 sysmem_free(CONFIG_SYS_TEXT_BASE); in sysmem_alloc_uncomp_kernel()
684 sysmem_free((ulong)data->boot.addr); in android_image_verify_resource()
1147 if (sysmem_free((phys_addr_t)fdt_addr)) in android_fdt_overlay_apply()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym