Home
last modified time | relevance | path

Searched refs:sdmmc_send_if_cond (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/sdmmc/
Dsdmmcvar.h210 int sdmmc_send_if_cond(struct sdmmc_softc *, uint32_t);
Dsdmmc_mem.c101 if (sdmmc_send_if_cond(sc, card_ocr) == 0) in sdmmc_mem_enable()
Dsdmmc.c594 sdmmc_send_if_cond(struct sdmmc_softc *sc, uint32_t card_ocr) in sdmmc_send_if_cond() function