HomeSort by: relevance | last modified time | path
    Searched defs:sdmmc_decode_cid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 173 static int sdmmc_decode_cid(struct sdmmc_softc*, sdmmc_response);
867 sdmmc_decode_cid(sc, sc->raw_cid) != 0) {
1098 sdmmc_decode_cid(struct sdmmc_softc *sc, sdmmc_response resp) function in typeref:typename:int
  /src/sys/dev/sdmmc/
sdmmc_mem.c 417 sdmmc_decode_cid(sc, sf->raw_cid, sf) != 0) {
516 sdmmc_decode_cid(struct sdmmc_softc *sc, sdmmc_response resp, function in typeref:typename:int

Completed in 15 milliseconds