sdmmc.c | 854 error = sdmmc_mmc_command(sc, &acmd); 861 error = sdmmc_mmc_command(sc, cmd); 874 sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) function in typeref:typename:int 878 DPRINTF(1,("sdmmc_mmc_command: cmd=%d, arg=%#x, flags=%#x\n", 898 DPRINTF(1,("sdmmc_mmc_command: error=%d\n", error)); 925 (void)sdmmc_mmc_command(sc, &cmd); 944 (void)sdmmc_mmc_command(sc, &cmd); 973 error = sdmmc_mmc_command(sc, &cmd); 1007 error = sdmmc_mmc_command(sc, &cmd);
|