Searched refs:mmc_app_set_bus_width (Results 1 – 5 of 5) sorted by relevance
332 extern int32_t mmc_app_set_bus_width(struct mmc_card *card, uint32_t width);
217 if (mmc_app_set_bus_width(card, width)) { in mmc_set_buswidth()
518 err = mmc_app_set_bus_width(card, MMC_BUS_WIDTH_4); in mmc_sd_init_uhs_card()1003 err = mmc_app_set_bus_width(card, MMC_BUS_WIDTH_4); in mmc_sd_init_card()
1330 err = mmc_app_set_bus_width(card, MMC_BUS_WIDTH_4); in sdio_enable_4bit_bus()1338 mmc_app_set_bus_width(card, MMC_BUS_WIDTH_1); in sdio_enable_4bit_bus()
385 int32_t mmc_app_set_bus_width(struct mmc_card *card, uint32_t width) in mmc_app_set_bus_width() function
Completed in 16 milliseconds