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

  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 182 static int sdmmc_mem_sd_switch(struct sdmmc_softc *, int, int, int, void*);
440 error = sdmmc_mem_sd_switch(sc, 0, 1, 0, status);
1357 sdmmc_mem_sd_switch(struct sdmmc_softc *sc, int mode, int group, function in typeref:typename:int
  /src/sys/dev/sdmmc/
sdmmc_mem.c 96 static int sdmmc_mem_sd_switch(struct sdmmc_function *, int, int, int, sdmmc_bitfield512_t *);
841 error = sdmmc_mem_sd_switch(sf, 0, 1, 0, &status);
884 sdmmc_mem_sd_switch(sf, 1, 1, best_func, &status);
1856 sdmmc_mem_sd_switch(struct sdmmc_function *sf, int mode, int group, function in typeref:typename:int

Completed in 16 milliseconds