Home
last modified time | relevance | path

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

/openbsd/sys/dev/sdmmc/
H A Dsdmmc_io.c50 int sdmmc_io_send_op_cond(struct sdmmc_softc *, u_int32_t, u_int32_t *);
92 if (sdmmc_io_send_op_cond(sc, 0, &card_ocr) != 0) { in sdmmc_io_enable()
122 if (sdmmc_io_send_op_cond(sc, host_ocr, NULL) != 0) { in sdmmc_io_enable()
688 sdmmc_io_send_op_cond(struct sdmmc_softc *sc, u_int32_t ocr, u_int32_t *ocrp) in sdmmc_io_send_op_cond() function