HomeSort by relevance Sort by last modified time
    Searched refs:read_env (Results 1 - 2 of 2) sorted by null

  /external/u-boot/env/
sata.c 78 static inline int read_env(struct blk_desc *sata, unsigned long size, function
108 if (read_env(sata, CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, buf)) {
mmc.c 247 static inline int read_env(struct mmc *mmc, unsigned long size, function
291 read1_fail = read_env(mmc, CONFIG_ENV_SIZE, offset1, tmp_env1);
292 read2_fail = read_env(mmc, CONFIG_ENV_SIZE, offset2, tmp_env2);
330 if (read_env(mmc, CONFIG_ENV_SIZE, offset, buf)) {

Completed in 1733 milliseconds