Lines Matching defs:mmc
113 __weak int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr()
131 __weak uint mmc_get_env_part(struct mmc *mmc) in mmc_get_env_part()
138 static int mmc_set_env_part(struct mmc *mmc) in mmc_set_env_part()
152 static inline int mmc_set_env_part(struct mmc *mmc) {return 0; }; in mmc_set_env_part()
155 static const char *init_mmc_for_env(struct mmc *mmc) in init_mmc_for_env()
175 static void fini_mmc_for_env(struct mmc *mmc) in fini_mmc_for_env()
185 static inline int write_env(struct mmc *mmc, unsigned long size, in write_env()
203 struct mmc *mmc = find_mmc_device(dev); in env_mmc_save() local
247 static inline int read_env(struct mmc *mmc, unsigned long size, in read_env()
265 struct mmc *mmc; in env_mmc_load() local
311 struct mmc *mmc; in env_mmc_load() local