Searched refs:sdmmc_mem_send_op_cond (Results 1 – 1 of 1) sorted by relevance
37 int sdmmc_mem_send_op_cond(struct sdmmc_softc *, u_int32_t, u_int32_t *);70 if (sdmmc_mem_send_op_cond(sc, 0, &card_ocr) != 0) { in sdmmc_mem_enable()105 if (sdmmc_mem_send_op_cond(sc, host_ocr, NULL) != 0) { in sdmmc_mem_enable()346 sdmmc_mem_send_op_cond(struct sdmmc_softc *sc, u_int32_t ocr, in sdmmc_mem_send_op_cond() function