Searched refs:mmc_wait_dat0 (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | mmc-uclass.c | 73 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout) in mmc_wait_dat0() function
|
D | mmc.c | 33 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/ |
D | mmc.h | 477 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout);
|