Lines Matching defs:mmc
121 __weak int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr) in mmc_get_env_addr()
134 __weak uint mmc_get_env_part(struct mmc *mmc) in mmc_get_env_part()
141 static int mmc_set_env_part(struct mmc *mmc, uint part) in mmc_set_env_part()
153 static inline int mmc_set_env_part(struct mmc *mmc, uint part) {return 0; }; in mmc_set_env_part()
156 static const char *init_mmc_for_env(struct mmc *mmc) in init_mmc_for_env()
177 static void fini_mmc_for_env(struct mmc *mmc) in fini_mmc_for_env()
187 static inline int write_env(struct mmc *mmc, unsigned long size, in write_env()
205 struct mmc *mmc = find_mmc_device(dev); in env_mmc_save() local
255 static inline int erase_env(struct mmc *mmc, unsigned long size, in erase_env()
273 struct mmc *mmc = find_mmc_device(dev); in env_mmc_erase() local
314 static inline int read_env(struct mmc *mmc, unsigned long size, in read_env()
332 struct mmc *mmc; in env_mmc_load() local
391 struct mmc *mmc; in env_mmc_load() local