Home
last modified time | relevance | path

Searched refs:noffset (Results 1 – 2 of 2) sorted by relevance

/common/
A Dupdate.c206 if (fit_image_get_load(fit, noffset, (ulong *)fladdr)) in update_fit_getparams()
219 int images_noffset, ndepth, noffset; in update_tftp() local
277 while (noffset >= 0 && ndepth > 0) { in update_tftp()
284 if (!fit_image_verify(fit, noffset)) { in update_tftp()
291 if (update_fit_getparams(fit, noffset, &update_addr, in update_tftp()
305 } else if (fit_image_check_type(fit, noffset, in update_tftp()
315 noffset = fdt_next_node(fit, noffset, &ndepth); in update_tftp()
337 int images_noffset, ndepth, noffset; in fit_update() local
353 while (noffset >= 0 && ndepth > 0) { in fit_update()
360 if (!fit_image_verify(fit, noffset)) { in fit_update()
[all …]
/common/spl/
A Dspl_fit.c553 static int spl_fit_image_get_os(const void *fit, int noffset, uint8_t *os) in spl_fit_image_get_os() argument
556 return fit_image_get_os(fit, noffset, os); in spl_fit_image_get_os()
558 const char *name = fdt_getprop(fit, noffset, FIT_OS_PROP, NULL); in spl_fit_image_get_os()

Completed in 17 milliseconds