Home
last modified time | relevance | path

Searched refs:fit_image_get_comp_addr (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c285 if (fit_image_get_comp_addr(fit, node, &comp_addr)) in spl_load_fit_image()
H A Dspl_fit_tb_arm64.S308 bl fit_image_get_comp_addr
H A Dspl_fit_tb_px30.S308 bl fit_image_get_comp_addr
H A Dspl_fit_tb_rv1106.S311 bl fit_image_get_comp_addr
H A Dspl_fit_tb_rv1126b.S308 bl fit_image_get_comp_addr
H A Dspl_fit_tb_rv1126.S311 bl fit_image_get_comp_addr
/rk3399_rockchip-uboot/include/
H A Dimage.h1026 int fit_image_get_comp_addr(const void *fit, int noffset, ulong *comp);
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c821 int fit_image_get_comp_addr(const void *fit, int noffset, ulong *comp) in fit_image_get_comp_addr() function