/src/sys/dev/sdmmc/ |
sdmmcvar.h | 354 int sdmmc_set_bus_power(struct sdmmc_softc *, uint32_t, uint32_t);
|
sdmmc_io.c | 118 error = sdmmc_set_bus_power(sc, host_ocr, card_ocr);
|
sdmmc.c | 655 sdmmc_set_bus_power(struct sdmmc_softc *sc, uint32_t host_ocr, function in typeref:typename:int
|
sdmmc_mem.c | 212 error = sdmmc_set_bus_power(sc, host_ocr, card_ocr);
|
/src/sys/arch/evbarm/stand/boot2440/ |
dev_sdmmc.c | 162 static int sdmmc_set_bus_power(struct sdmmc_softc*, uint32_t, uint32_t); 545 error = sdmmc_set_bus_power(sc, host_ocr, card_ocr); 648 sdmmc_set_bus_power(struct sdmmc_softc *sc, uint32_t host_ocr, function in typeref:typename:int
|