Home
last modified time | relevance | path

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

/u-boot/env/
A Dsata.c79 static inline int read_env(struct blk_desc *sata, unsigned long size, in read_env() function
109 if (read_env(sata, CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, buf)) { in env_sata_load()
A Dmmc.c285 static inline int read_env(struct mmc *mmc, unsigned long size, in read_env() function
329 read1_fail = read_env(mmc, CONFIG_ENV_SIZE, offset1, tmp_env1); in env_mmc_load()
330 read2_fail = read_env(mmc, CONFIG_ENV_SIZE, offset2, tmp_env2); in env_mmc_load()
369 if (read_env(mmc, CONFIG_ENV_SIZE, offset, buf)) { in env_mmc_load()

Completed in 3 milliseconds