/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...] |
/src/sys/dev/sdmmc/ |
sdmmc_mem.c | 258 error = sdmmc_mmc_command(sc, &cmd); 646 error = sdmmc_mmc_command(sc, &cmd); 689 error = sdmmc_mmc_command(sc, &cmd); 720 error = sdmmc_mmc_command(sc, &cmd); 1203 error = sdmmc_mmc_command(sc, &cmd); 1231 error = sdmmc_mmc_command(sc, &cmd); 1633 error = sdmmc_mmc_command(sc, &cmd); 1703 error = sdmmc_mmc_command(sc, &cmd); 1777 error = sdmmc_mmc_command(sc, &cmd); 1806 error = sdmmc_mmc_command(sc, &cmd) [all...] |
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);
|
sdmmc_io.c | 370 error = sdmmc_mmc_command(sc, &cmd); 424 error = sdmmc_mmc_command(sc, &cmd); 681 error = sdmmc_mmc_command(sc, &cmd);
|
sdmmcvar.h | 355 int sdmmc_mmc_command(struct sdmmc_softc *, struct sdmmc_command *);
|