Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Drkcommon.c340 uint32_t sector_offset, image_sector_count; in rkcommon_set_header0_v2() local
350 sector_offset = 4; in rkcommon_set_header0_v2()
356 hdr->images[i].size_and_off = cpu_to_le32((image_sector_count << 16) + sector_offset); in rkcommon_set_header0_v2()
359 image_ptr = buf + sector_offset * RK_BLK_SIZE; in rkcommon_set_header0_v2()
361 sector_offset = sector_offset + image_sector_count; in rkcommon_set_header0_v2()