Home
last modified time | relevance | path

Searched refs:wait_dat0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c68 if (!ops->wait_dat0) in dm_mmc_wait_dat0()
70 return ops->wait_dat0(dev, state, timeout); in dm_mmc_wait_dat0()
H A Drenesas-sdhi.c418 .wait_dat0 = renesas_sdhi_wait_dat0,
H A Domap_hsmmc.c1528 .wait_dat0 = omap_hsmmc_wait_dat0,
/openbmc/u-boot/include/
H A Dmmc.h462 int (*wait_dat0)(struct udevice *dev, int state, int timeout); member