Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dspl_resource_img.h74 uint8_t c_offset; member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dspl_resource_img.c26 debug("c_offset:%d\n", hdr->c_offset); in spl_resource_image_check_header()
H A Dresource_img.c82 uint8_t c_offset; member
232 pos = (void *)hdr + hdr->c_offset * desc->blksz; in resource_setup_list()
304 if (blk_dread(desc, blk_start + hdr->c_offset, blk_cnt, buf) != blk_cnt) { in resource_setup_blk_list()