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);
|