Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/env/
H A Dmmc.c114 __weak int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
224 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()
344 if (mmc_get_env_addr(mmc, 0, &offset)) { in env_mmc_load()
/OK3568_Linux_fs/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
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dsdhc_boot.c21 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr() function
/OK3568_Linux_fs/u-boot/include/
H A Denvironment.h192 extern int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
H A Dmmc.h773 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);