Home
last modified time | relevance | path

Searched refs:mmc_sd_get_max_clock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dsd.h17 unsigned mmc_sd_get_max_clock(struct mmc_card *card);
H A Dsd.c993 unsigned mmc_sd_get_max_clock(struct mmc_card *card) in mmc_sd_get_max_clock() function
1523 mmc_set_clock(host, mmc_sd_get_max_clock(card)); in mmc_sd_init_card()
H A Dsdio.c459 max_dtr = min(max_dtr, mmc_sd_get_max_clock(card)); in mmc_sdio_get_max_clock()