Home
last modified time | relevance | path

Searched refs:sdmmc_response (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/sdmmc/
Dsdmmcvar.h90 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 *);
Dsdmmc_mem.c76 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/
Ddev_sdmmc.c127 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 …]
Ddev_sdmmc.h83 typedef uint32_t sdmmc_response[4]; typedef
88 sdmmc_response c_resp; /* response buffer */
/netbsd/src/sys/arch/evbsh3/t_sh7706lan/
Dssumci.c410 sdmmc_response res; in ssumci_exec_command()
Dscimci.c483 sdmmc_response res; in scimci_exec_command()