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

  /src/sys/dev/sdmmc/
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);
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 159 static int sdmmc_mmc_command(struct sdmmc_softc*, struct sdmmc_command*);
165 static int sdmmc_mmc_command(struct sdmmc_softc*, struct sdmmc_command*);
575 error = sdmmc_mmc_command(sc, &cmd);
592 (void)sdmmc_mmc_command(sc, &cmd);
618 error = sdmmc_mmc_command(sc, &cmd);
687 error = sdmmc_mmc_command(sc, &acmd);
694 error = sdmmc_mmc_command(sc, cmd);
726 sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) function in typeref:typename:int
730 DPRINTF(("sdmmc_mmc_command: cmd=%d, arg=%x, flags=%x\n",
752 DPRINTF(("sdmmc_mmc_command: error=%d\n", error))
    [all...]

Completed in 12 milliseconds