Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c73 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout) in mmc_wait_dat0() function
H A Dmmc.c33 static int mmc_wait_dat0(struct mmc *mmc, int state, int timeout) in mmc_wait_dat0() function
503 err = mmc_wait_dat0(mmc, 0, 100); in mmc_switch_voltage()
527 err = mmc_wait_dat0(mmc, 1, 1000); in mmc_switch_voltage()
/openbmc/u-boot/include/
H A Dmmc.h483 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout);