Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dspl_resource_img.h10 #define RESOURCE_MAGIC_SIZE 4 macro
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl_resource_img.c14 ret = memcmp(RESOURCE_MAGIC, hdr->magic, RESOURCE_MAGIC_SIZE); in spl_resource_image_check_header()
H A Dresource_img.c22 #define RESOURCE_MAGIC_SIZE 4 macro
100 return memcmp(RESOURCE_MAGIC, hdr->magic, RESOURCE_MAGIC_SIZE); in resource_check_header()