Searched refs:mmc_send_op_cond (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/mmc/
H A Dmmc.c207 static int mmc_send_op_cond(struct mmc_softc *sc, uint32_t ocr,
615 mmc_send_op_cond(struct mmc_softc *sc, uint32_t ocr, uint32_t *rocr) function
2056 if (mmc_send_op_cond(sc, 0, &ocr) != MMC_ERR_NONE) {
2099 mmc_send_op_cond(sc, MMC_OCR_CCS | mmcbr_get_ocr(dev), NULL);

Completed in 84 milliseconds