/src/sys/arch/evbarm/stand/boot2440/ |
dev_sdmmc.c | 161 static int sdmmc_mem_send_op_cond(struct sdmmc_softc*, uint32_t, uint32_t *); 511 error = sdmmc_mem_send_op_cond(sc, 554 error = sdmmc_mem_send_op_cond(sc, host_ocr, NULL); 595 sdmmc_mem_send_op_cond(struct sdmmc_softc *sc, uint32_t ocr, uint32_t *ocrp) function in typeref:typename:int 639 DPRINTF(("sdmmc_mem_send_op_cond: error=%d, ocr=%x\n",
|
/src/sys/dev/sdmmc/ |
sdmmc_mem.c | 179 error = sdmmc_mem_send_op_cond(sc, 241 error = sdmmc_mem_send_op_cond(sc, host_ocr, &new_ocr); 618 sdmmc_mem_send_op_cond(struct sdmmc_softc *sc, uint32_t ocr, uint32_t *ocrp) function in typeref:typename:int 626 DPRINTF(("%s: sdmmc_mem_send_op_cond: ocr=%#x\n", 671 DPRINTF(("%s: sdmmc_mem_send_op_cond: error=%d, ocr=%#x\n",
|