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

  /src/sys/dev/sdmmc/
sdmmc.c 840 sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_function *sf, struct sdmmc_command *cmd) function in typeref:typename:int
845 DPRINTF(1,("sdmmc_app_command: start\n"));
864 DPRINTF(1,("sdmmc_app_command: done (error=%d)\n", error));
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 163 static int sdmmc_app_command(struct sdmmc_softc*, uint16_t,
615 error = sdmmc_app_command(sc, 0, &cmd);
671 sdmmc_app_command(struct sdmmc_softc *sc, uint16_t rca, function in typeref:typename:int
697 DPRINTF(("sdmmc_app_command: done (error=%d)\n", error));
1270 error = sdmmc_app_command(sc, sc->rca, &cmd);
1349 error = sdmmc_app_command(sc, sc->rca, &cmd);

Completed in 40 milliseconds