Lines Matching refs:base_offset
168 void *fit, ulong base_offset, int node, in spl_load_fit_image() argument
212 offset += base_offset; in spl_load_fit_image()
301 void *fit, int images, ulong base_offset) in spl_fit_append_fdt() argument
318 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
345 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
390 int *base_offset) in spl_fit_load_blob() argument
405 *base_offset = FIT_ALIGN(size); in spl_fit_load_blob()
464 int base_offset; in spl_load_kernel_fit() local
497 fit = spl_fit_load_blob(info, sector, fit_header, &base_offset); in spl_load_kernel_fit()
535 ret = spl_load_fit_image(info, sector, fit, base_offset, in spl_load_kernel_fit()
586 int base_offset; in spl_internal_load_simple_fit() local
592 fit = spl_fit_load_blob(info, sector, fit_header, &base_offset); in spl_internal_load_simple_fit()
660 ret = spl_load_fit_image(info, sector, fit, base_offset, in spl_internal_load_simple_fit()
710 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_internal_load_simple_fit()
732 images, base_offset); in spl_internal_load_simple_fit()
750 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_internal_load_simple_fit()
762 fit, images, base_offset); in spl_internal_load_simple_fit()