Searched refs:sdmmc_mem_send_if_cond (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/arch/evbarm/stand/boot2440/ |
| D | 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); 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/ |
| D | sdmmcvar.h | 406 int sdmmc_mem_send_if_cond(struct sdmmc_softc *, uint32_t, uint32_t *);
|
| D | sdmmc_mem.c | 167 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
|