Home
last modified time | relevance | path

Searched refs:dm_mmc_wait_dat0 (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc-uclass.c50 int dm_mmc_wait_dat0(struct udevice *dev, int state, int timeout_us) in dm_mmc_wait_dat0() function
61 return dm_mmc_wait_dat0(mmc->dev, state, timeout_us); in mmc_wait_dat0()
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h492 int dm_mmc_wait_dat0(struct udevice *dev, int state, int timeout_us);