sdmmc_response
sdmmc_decode_csd(struct sdmmc_softc *sc, sdmmc_response resp)
sdmmc_decode_cid(struct sdmmc_softc *sc, sdmmc_response resp)
sdmmc_response raw_cid; /* temp. storage for decoding */
sdmmc_response resp;
static int sdmmc_mem_send_cid(struct sdmmc_softc*, sdmmc_response*);
static int sdmmc_mem_send_csd(struct sdmmc_softc*, sdmmc_response*);
static int sdmmc_decode_csd(struct sdmmc_softc*, sdmmc_response);
static int sdmmc_decode_cid(struct sdmmc_softc*, sdmmc_response);
sdmmc_response resp;
sdmmc_mem_send_cid(struct sdmmc_softc *sc, sdmmc_response *resp)
sdmmc_mem_send_csd(struct sdmmc_softc *sc, sdmmc_response *resp)
sdmmc_response c_resp; /* response buffer */
sdmmc_response res;
sdmmc_response res;
sdmmc_mem_send_cid(struct sdmmc_softc *sc, sdmmc_response *resp)
sdmmc_response *resp)
sdmmc_response resp;
sdmmc_response resp;
sdmmc_decode_csd(struct sdmmc_softc *sc, sdmmc_response resp,
sdmmc_decode_cid(struct sdmmc_softc *sc, sdmmc_response resp,
sdmmc_print_csd(sdmmc_response resp, struct sdmmc_csd *csd)
static int sdmmc_mem_send_cid(struct sdmmc_softc *, sdmmc_response *);
sdmmc_response *);
sdmmc_response c_resp; /* response buffer */
sdmmc_response raw_cid; /* temp. storage for decoding */
int sdmmc_decode_csd(struct sdmmc_softc *, sdmmc_response,
int sdmmc_decode_cid(struct sdmmc_softc *, sdmmc_response,
void sdmmc_print_csd(sdmmc_response, struct sdmmc_csd *);