Home | History | Annotate | Download | only in sdmmc

Lines Matching refs:ocr

87 	 * Read the I/O OCR value, determine the number of I/O
100 /* Parse the additional bits in the I/O OCR value. */
125 /* Send the new OCR value until all cards are ready. */
128 aprint_error_dev(sc->sc_dev, "couldn't send I/O OCR\n");
657 * Get or set the card's I/O OCR value (SDIO).
660 sdmmc_io_send_op_cond(struct sdmmc_softc *sc, u_int32_t ocr, u_int32_t *ocrp)
666 DPRINTF(("sdmmc_io_send_op_cond: ocr = %#x\n", ocr));
671 * If we change the OCR value, retry the command until the OCR
678 cmd.c_arg = ocr;
684 if (ISSET(MMC_R4(cmd.c_resp), SD_IO_OCR_MEM_READY) || ocr == 0)