Searched refs:mmc_get_env_addr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | mmc.c | 114 __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 D | sdhc_boot.c | 35 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 D | sdhc_boot.c | 21 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 D | environment.h | 192 extern int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
|
| H A D | mmc.h | 773 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
|