Searched refs:saved_offset (Results 1 - 2 of 2) sorted by last modified time

/u-boot/env/
H A Dsf.c72 u32 saved_size = 0, saved_offset = 0, sector; local
100 saved_offset = env_new_offset + CONFIG_ENV_SIZE;
106 ret = spi_flash_read(env_flash, saved_offset,
128 ret = spi_flash_write(env_flash, saved_offset,
193 u32 saved_size = 0, saved_offset = 0, sector; local
210 saved_offset = CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE;
217 ret = spi_flash_read(env_flash, saved_offset,
242 ret = spi_flash_write(env_flash, saved_offset,
/u-boot/lib/
H A Dslre.c443 int saved_offset, matched_offset; local
448 saved_offset = *ofs;
450 matched_offset = saved_offset;
451 *ofs = saved_offset;
460 int saved_offset = *ofs; local
463 saved_offset = *ofs;
468 *ofs = saved_offset;
507 int n, saved_offset, res = 1; local
516 saved_offset = *ofs;
519 *ofs = saved_offset;
[all...]

Completed in 53 milliseconds