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 845 error = sdmmc_mmc_command(sc, &acmd);
852 error = sdmmc_mmc_command(sc, cmd);
865 sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd) function
869 DPRINTF(1,("sdmmc_mmc_command: cmd=%d, arg=%#x, flags=%#x\n",
889 DPRINTF(1,("sdmmc_mmc_command: error=%d\n", error));
916 (void)sdmmc_mmc_command(sc, &cmd);
935 (void)sdmmc_mmc_command(sc, &cmd);
964 error = sdmmc_mmc_command(sc, &cmd);
998 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
730 DPRINTF(("sdmmc_mmc_command: cmd=%d, arg=%x, flags=%x\n",
752 DPRINTF(("sdmmc_mmc_command: error=%d\n", error))
    [all...]

Completed in 23 milliseconds