Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A 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()
/openbmc/u-boot/board/gdsys/p1022/
H A Dsdhc_boot.c35 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
/openbmc/u-boot/board/freescale/common/
H A Dsdhc_boot.c20 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
/openbmc/u-boot/include/
H A Dmmc.h837 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);