Home
last modified time | relevance | path

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

/u-boot/env/
A Dmmc.c108 __weak int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
213 if (mmc_get_env_addr(mmc, copy, &offset)) { in env_mmc_save()
266 if (mmc_get_env_addr(mmc, copy, &offset)) in env_mmc_erase()
274 if (mmc_get_env_addr(mmc, copy, &offset)) in env_mmc_erase()
323 if (mmc_get_env_addr(mmc, 0, &offset1) || in env_mmc_load()
324 mmc_get_env_addr(mmc, 1, &offset2)) { in env_mmc_load()
364 if (mmc_get_env_addr(mmc, 0, &offset)) { in env_mmc_load()
/u-boot/board/gdsys/p1022/
A Dsdhc_boot.c35 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
/u-boot/board/freescale/common/
A Dsdhc_boot.c20 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
/u-boot/include/
A Dmmc.h954 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);

Completed in 10 milliseconds