Searched defs:mmc (Results 1 – 3 of 3) sorted by relevance
55 static void set_speed(struct mmc *mmc, uint32_t clock) in set_speed()100 static int esdhc_init(struct mmc *mmc, bool card_detect) in esdhc_init()354 static int mmc_switch_to_high_frquency(struct mmc *mmc) in mmc_switch_to_high_frquency()759 static int sd_switch_to_high_freq(struct mmc *mmc) in sd_switch_to_high_freq()873 static int change_state_to_transfer_state(struct mmc *mmc) in change_state_to_transfer_state()926 static int get_cid_rca_csd(struct mmc *mmc) in get_cid_rca_csd()999 static int identify_mmc_card(struct mmc *mmc) in identify_mmc_card()1056 static int check_for_sd_card(struct mmc *mmc) in check_for_sd_card()1142 int esdhc_emmc_init(struct mmc *mmc, bool card_detect) in esdhc_emmc_init()1229 struct mmc *mmc = NULL; in sd_mmc_init() local[all …]
301 struct mmc { struct321 int esdhc_emmc_init(struct mmc *mmc, bool card_detect); argument
429 struct csd_mmc mmc; member
Completed in 8 milliseconds