Searched refs:read2_fail (Results 1 – 4 of 4) sorted by relevance
/u-boot/env/ |
A D | ubi.c | 108 int read1_fail, read2_fail; in env_ubi_load() local 138 read2_fail = ubi_volume_read(CONFIG_ENV_UBI_VOLUME_REDUND, in env_ubi_load() 140 if (read2_fail) in env_ubi_load() 145 read2_fail, H_EXTERNAL); in env_ubi_load()
|
A D | sf.c | 153 int read1_fail, read2_fail; in env_sf_load() local 172 read2_fail = spi_flash_read(env_flash, CONFIG_ENV_OFFSET_REDUND, in env_sf_load() 176 read2_fail, H_EXTERNAL); in env_sf_load() 319 int read2_fail; in env_sf_init_early() local 348 read2_fail = spi_flash_read(env_flash, in env_sf_init_early() 352 (char *)tmp_env2, read2_fail); in env_sf_init_early()
|
A D | nand.c | 318 int read1_fail, read2_fail; in env_nand_load() 332 read2_fail = readenv(CONFIG_ENV_OFFSET_REDUND, (u_char *) tmp_env2); in env_nand_load() 335 read2_fail, H_EXTERNAL); in env_nand_load()
|
A D | mmc.c | 305 int read1_fail = 0, read2_fail = 0; in env_mmc_load() local 330 read2_fail = read_env(mmc, CONFIG_ENV_SIZE, offset2, tmp_env2); in env_mmc_load() 333 read2_fail, H_EXTERNAL); in env_mmc_load()
|
Completed in 6 milliseconds