Home
last modified time | relevance | path

Searched refs:mmc_power_cycle (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dcore.h59 void mmc_power_cycle(struct mmc_host *host, u32 ocr);
H A Dcore.c1138 mmc_power_cycle(host, ocr); in mmc_select_voltage()
1264 mmc_power_cycle(host, ocr); in mmc_set_uhs_voltage()
1388 void mmc_power_cycle(struct mmc_host *host, u32 ocr) in mmc_power_cycle() function
H A Dsd.c1497 mmc_power_cycle(host, ocr); in mmc_sd_init_card()
1810 mmc_power_cycle(host, host->card->ocr); in mmc_sd_hw_reset()
H A Dsdio.c1173 mmc_power_cycle(host, card->ocr); in mmc_sdio_hw_reset()
H A Dmmc.c2270 mmc_power_cycle(host, card->ocr); in _mmc_hw_reset()
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c25 static int mmc_power_cycle(struct mmc *mmc);
2605 static int mmc_power_cycle(struct mmc *mmc) in mmc_power_cycle() function
2640 err = mmc_power_cycle(mmc); in mmc_get_op_cond()
2685 mmc_power_cycle(mmc); in mmc_get_op_cond()