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

/u-boot/drivers/bootcount/
H A Dspi-flash.c23 u32 sector_offset = offset % sector_size; local
24 u32 sector = offset - sector_offset;
28 if (sector_offset + len > sector_size)
39 memcpy(buffer + sector_offset, buf, len);
/u-boot/tools/
H A Drkcommon.c327 uint32_t sector_offset, image_sector_count; local
338 sector_offset = 4;
345 << 16) + sector_offset);
348 image_ptr = buf + sector_offset * RK_BLK_SIZE;
351 sector_offset = sector_offset + image_sector_count;

Completed in 101 milliseconds