Searched refs:mmc_wait_dat0 (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/mmc/ |
A D | mmc-uclass.c | 79 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout_us) in mmc_wait_dat0() function
|
A D | mmc.c | 35 static int mmc_wait_dat0(struct mmc *mmc, int state, int timeout_us) in mmc_wait_dat0() function 276 err = mmc_wait_dat0(mmc, 1, timeout_ms * 1000); in mmc_poll_for_busy() 557 err = mmc_wait_dat0(mmc, 0, 100); in mmc_switch_voltage() 581 err = mmc_wait_dat0(mmc, 1, 1000); in mmc_switch_voltage() 817 ret = mmc_wait_dat0(mmc, 1, timeout_ms * 1000); in __mmc_switch()
|
/u-boot/include/ |
A D | mmc.h | 559 int mmc_wait_dat0(struct mmc *mmc, int state, int timeout_us);
|
Completed in 18 milliseconds