Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h480 int mmc_getcd(struct mmc *mmc);
746 int mmc_getcd(struct mmc *mmc);
/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c102 int mmc_getcd(struct mmc *mmc) in mmc_getcd() function
H A Dmmc.c1161 int mmc_getcd(struct mmc *mmc) in mmc_getcd() function
2718 no_card = mmc_getcd(mmc) == 0; in mmc_start_init()
/openbmc/u-boot/cmd/
H A Dmmc.c104 if (!mmc_getcd(mmc)) in init_mmc_device()