Home
last modified time | relevance | path

Searched refs:mmc_get_env_addr (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/env/
Dmmc.c113 __weak int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
223 if (mmc_get_env_addr(mmc, copy, &offset)) { in env_mmc_save()
285 if (mmc_get_env_addr(mmc, 0, &offset1) || in env_mmc_load()
286 mmc_get_env_addr(mmc, 1, &offset2)) { in env_mmc_load()
325 if (mmc_get_env_addr(mmc, 0, &offset)) { in env_mmc_load()
/external/u-boot/board/gdsys/p1022/
Dsdhc_boot.c35 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
/external/u-boot/board/freescale/common/
Dsdhc_boot.c20 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
/external/u-boot/include/
Denvironment.h169 extern int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
Dmmc.h790 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);