Searched refs:mmc_get_env_addr (Results 1 – 4 of 4) sorted by relevance
/u-boot/env/ |
A D | mmc.c | 108 __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 D | sdhc_boot.c | 35 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 D | sdhc_boot.c | 20 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
|
/u-boot/include/ |
A D | mmc.h | 954 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
|
Completed in 10 milliseconds