Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/evbarm/stand/boot2440/
Ddev_sdmmc.c158 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); in sdmmc_enable()
565 sdmmc_mem_send_if_cond(struct sdmmc_softc *sc, uint32_t ocr, uint32_t *ocrp) in sdmmc_mem_send_if_cond() function
/netbsd/src/sys/dev/sdmmc/
Dsdmmcvar.h406 int sdmmc_mem_send_if_cond(struct sdmmc_softc *, uint32_t, uint32_t *);
Dsdmmc_mem.c167 error = sdmmc_mem_send_if_cond(sc, 0x1aa, &card_ocr); in sdmmc_mem_enable()
228 error = sdmmc_mem_send_if_cond(sc, 0x1aa, &card_ocr); in sdmmc_mem_enable()
677 sdmmc_mem_send_if_cond(struct sdmmc_softc *sc, uint32_t ocr, uint32_t *ocrp) in sdmmc_mem_send_if_cond() function