Searched refs:sdmmc_response (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/dev/sdmmc/ |
| D | sdmmcvar.h | 90 typedef uint32_t sdmmc_response[4]; typedef 114 sdmmc_response c_resp; /* response buffer */ 220 sdmmc_response raw_cid; /* temp. storage for decoding */ 369 int sdmmc_decode_csd(struct sdmmc_softc *, sdmmc_response, 371 int sdmmc_decode_cid(struct sdmmc_softc *, sdmmc_response, 375 void sdmmc_print_csd(sdmmc_response, struct sdmmc_csd *);
|
| D | sdmmc_mem.c | 76 static int sdmmc_mem_send_cid(struct sdmmc_softc *, sdmmc_response *); 78 sdmmc_response *); 330 sdmmc_response resp; in sdmmc_mem_scan() 432 sdmmc_decode_csd(struct sdmmc_softc *sc, sdmmc_response resp, in sdmmc_decode_csd() 516 sdmmc_decode_cid(struct sdmmc_softc *sc, sdmmc_response resp, in sdmmc_decode_cid() 566 sdmmc_print_csd(sdmmc_response resp, struct sdmmc_csd *csd) in sdmmc_print_csd() 1193 sdmmc_mem_send_cid(struct sdmmc_softc *sc, sdmmc_response *resp) in sdmmc_mem_send_cid() 1220 sdmmc_response *resp) in sdmmc_mem_send_csd() 1325 sdmmc_response resp; in sdmmc_mem_decode_scr()
|
| /netbsd/src/sys/arch/evbarm/stand/boot2440/ |
| D | dev_sdmmc.c | 127 sdmmc_response raw_cid; /* temp. storage for decoding */ 169 static int sdmmc_mem_send_cid(struct sdmmc_softc*, sdmmc_response*); 171 static int sdmmc_mem_send_csd(struct sdmmc_softc*, sdmmc_response*); 172 static int sdmmc_decode_csd(struct sdmmc_softc*, sdmmc_response); 173 static int sdmmc_decode_cid(struct sdmmc_softc*, sdmmc_response); 788 sdmmc_response resp; in sdmmc_mem_scan() 913 sdmmc_mem_send_cid(struct sdmmc_softc *sc, sdmmc_response *resp) in sdmmc_mem_send_cid() 992 sdmmc_mem_send_csd(struct sdmmc_softc *sc, sdmmc_response *resp) in sdmmc_mem_send_csd() 1013 sdmmc_decode_csd(struct sdmmc_softc *sc, sdmmc_response resp) in sdmmc_decode_csd() 1098 sdmmc_decode_cid(struct sdmmc_softc *sc, sdmmc_response resp) in sdmmc_decode_cid() [all …]
|
| D | dev_sdmmc.h | 83 typedef uint32_t sdmmc_response[4]; typedef 88 sdmmc_response c_resp; /* response buffer */
|
| /netbsd/src/sys/arch/evbsh3/t_sh7706lan/ |
| D | ssumci.c | 410 sdmmc_response res; in ssumci_exec_command()
|
| D | scimci.c | 483 sdmmc_response res; in scimci_exec_command()
|