HomeSort by: relevance | last modified time | path
    Searched defs:sdmmc_mem_send_if_cond (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 158 static int sdmmc_mem_send_if_cond(struct sdmmc_softc*, uint32_t, uint32_t*);
500 error = sdmmc_mem_send_if_cond(sc, 0x1aa, &card_ocr);
565 sdmmc_mem_send_if_cond(struct sdmmc_softc *sc, uint32_t ocr, uint32_t *ocrp) function in typeref:typename:int
  /src/sys/dev/sdmmc/
sdmmc_mem.c 167 error = sdmmc_mem_send_if_cond(sc, 0x1aa, &card_ocr);
228 error = sdmmc_mem_send_if_cond(sc, 0x1aa, &card_ocr);
677 sdmmc_mem_send_if_cond(struct sdmmc_softc *sc, uint32_t ocr, uint32_t *ocrp) function in typeref:typename:int
696 DPRINTF(("%s: sdmmc_mem_send_if_cond: error=%d, ocr=%#x\n",

Completed in 18 milliseconds