Searched refs:no_card (Results 1 – 1 of 1) sorted by relevance
2856 bool no_card; in mmc_start_init() local2869 no_card = mmc_getcd(mmc) == 0; in mmc_start_init()2871 no_card = 0; in mmc_start_init()2875 no_card = no_card || (mmc->cfg->ops->init == NULL); in mmc_start_init()2877 if (no_card) { in mmc_start_init()
Completed in 6 milliseconds