Lines Matching refs:base_offset
250 void *fit, ulong base_offset, int node, in spl_load_fit_image() argument
301 offset += base_offset; in spl_load_fit_image()
401 void *fit, int images, ulong base_offset) in spl_fit_append_fdt() argument
418 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
446 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
491 int *base_offset) in spl_fit_load_blob() argument
506 *base_offset = FIT_ALIGN(size); in spl_fit_load_blob()
589 int base_offset; in spl_load_kernel_fit() local
622 fit = spl_fit_load_blob(info, sector, fit_header, &base_offset); in spl_load_kernel_fit()
663 ret = spl_load_fit_image(info, sector, fit, base_offset, in spl_load_kernel_fit()
711 int base_offset; in spl_internal_load_simple_fit() local
717 fit = spl_fit_load_blob(info, sector, fit_header, &base_offset); in spl_internal_load_simple_fit()
785 ret = spl_load_fit_image(info, sector, fit, base_offset, in spl_internal_load_simple_fit()
837 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_internal_load_simple_fit()
856 images, base_offset); in spl_internal_load_simple_fit()
877 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_internal_load_simple_fit()
893 fit, images, base_offset); in spl_internal_load_simple_fit()