Home
last modified time | relevance | path

Searched refs:FIT_DATA_POSITION_PROP (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dimage.h942 #define FIT_DATA_POSITION_PROP "data-position" macro
Dimage.h.orig938 #define FIT_DATA_POSITION_PROP "data-position"
/third_party/uboot/u-boot-2020.01/tools/
Dfit_image.c474 fdt_setprop_u32(fdt, node, FIT_DATA_POSITION_PROP, in fit_extract_data()
/third_party/uboot/u-boot-2020.01/common/
Dimage-fit.c920 val = fdt_getprop(fit, noffset, FIT_DATA_POSITION_PROP, NULL); in fit_image_get_data_position()
Dimage-fit.c.orig917 val = fdt_getprop(fit, noffset, FIT_DATA_POSITION_PROP, NULL);