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

  /src/sys/dev/sdmmc/
sdmmcvar.h 406 int sdmmc_mem_send_if_cond(struct sdmmc_softc *, uint32_t, uint32_t *);
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",
  /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

Completed in 15 milliseconds