Searched refs:mmc_set_bus_width (Results 1 – 5 of 5) sorted by relevance
48 void mmc_set_bus_width(struct mmc_host *host, unsigned int width);
287 mmc_set_bus_width(card->host, MMC_BUS_WIDTH_1); in sdio_disable_wide()311 mmc_set_bus_width(card->host, MMC_BUS_WIDTH_4); in sdio_enable_4bit_bus()
595 mmc_set_bus_width(card->host, MMC_BUS_WIDTH_4); in mmc_sd_init_uhs_card()1058 mmc_set_bus_width(host, MMC_BUS_WIDTH_4); in mmc_sd_init_card()
1028 mmc_set_bus_width(host, bus_width); in mmc_select_bus_width()
1003 void mmc_set_bus_width(struct mmc_host *host, unsigned int width) in mmc_set_bus_width() function