Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmmc.h492 int mmc_getcd(struct mmc *mmc);
711 int mmc_getcd(struct mmc *mmc);
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc-uclass.c142 int mmc_getcd(struct mmc *mmc) in mmc_getcd() function
H A Ddw_mmc.c786 if (mmc_getcd(mmc) == 1 &&
H A Dmmc.c1494 int mmc_getcd(struct mmc *mmc) function
2267 no_card = mmc_getcd(mmc) == 0;
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3588/
H A Drk3588.c859 no_card = mmc_getcd(mmc) == 0; in spl_board_storages_fixup()