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

  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c 181 static int sdmmc_set_bus_width(struct sdmmc_softc*, int);
427 error = sdmmc_set_bus_width(sc, 4);
1324 sdmmc_set_bus_width(struct sdmmc_softc *sc, int width) function in typeref:typename:int
  /src/sys/dev/sdmmc/
sdmmc_mem.c 95 static int sdmmc_set_bus_width(struct sdmmc_function *, int);
828 error = sdmmc_set_bus_width(sf, 4);
1823 sdmmc_set_bus_width(struct sdmmc_function *sf, int width) function in typeref:typename:int

Completed in 275 milliseconds