Home
last modified time | relevance | path

Searched refs:rockchip_read_resource_dtb (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dresource_img.h63 int rockchip_read_resource_dtb(void *fdt_addr, char **hash, int *hash_size);
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c497 ret = rockchip_read_resource_dtb(fdt, &hash, &hash_size); in dtb_scan()
H A Dresource_img.c491 int rockchip_read_resource_dtb(void *fdt_addr, char **hash, int *hash_size) in rockchip_read_resource_dtb() function