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

  /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);
  /src/sys/dev/sdmmc/
sdmmcvar.h 356 int sdmmc_app_command(struct sdmmc_softc *, struct sdmmc_function *,
sdmmc_mem.c 643 error = sdmmc_app_command(sc, NULL, &cmd);
1291 error = sdmmc_app_command(sc, sf, &cmd);
1407 error = sdmmc_app_command(sc, sf, &cmd);
1849 error = sdmmc_app_command(sc, sf, &cmd);
2350 error = sdmmc_app_command(sc, sf, &cmd);
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));

Completed in 16 milliseconds