Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dubi.c97 int read1_fail, read2_fail; in env_ubi_load() local
127 read2_fail = ubi_volume_read(CONFIG_ENV_UBI_VOLUME_REDUND, in env_ubi_load()
129 if (read2_fail) in env_ubi_load()
134 read2_fail); in env_ubi_load()
H A Dsf.c156 int read1_fail, read2_fail; in env_sf_load() local
175 read2_fail = spi_flash_read(env_flash, CONFIG_ENV_OFFSET_REDUND, in env_sf_load()
179 read2_fail); in env_sf_load()
H A Dnand.c320 int read1_fail, read2_fail; in env_nand_load()
334 read2_fail = readenv(CONFIG_ENV_OFFSET_REDUND, (u_char *) tmp_env2); in env_nand_load()
337 read2_fail); in env_nand_load()
H A Dmmc.c267 int read1_fail = 0, read2_fail = 0; in env_mmc_load() local
292 read2_fail = read_env(mmc, CONFIG_ENV_SIZE, offset2, tmp_env2); in env_mmc_load()
295 read2_fail); in env_mmc_load()