Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmmc-uclass.c73 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout) in mmc_wait_dat0() function
Dmmc.c33 static int mmc_wait_dat0(struct mmc *mmc, int state, int timeout) in mmc_wait_dat0() function
501 err = mmc_wait_dat0(mmc, 0, 100); in mmc_switch_voltage()
525 err = mmc_wait_dat0(mmc, 1, 1000); in mmc_switch_voltage()
/external/u-boot/include/
Dmmc.h477 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout);