Searched refs:mmc_set_bus_width (Results 1 – 5 of 5) sorted by relevance
47 void mmc_set_bus_width(struct mmc_host *host, unsigned int width);
285 mmc_set_bus_width(card->host, MMC_BUS_WIDTH_1); in sdio_disable_wide()309 mmc_set_bus_width(card->host, MMC_BUS_WIDTH_4); in sdio_enable_4bit_bus()
635 mmc_set_bus_width(card->host, MMC_BUS_WIDTH_4); in mmc_sd_init_uhs_card()1018 mmc_set_bus_width(host, MMC_BUS_WIDTH_4); in mmc_sd_init_card()
934 mmc_set_bus_width(host, bus_width); in mmc_select_bus_width()
1132 void mmc_set_bus_width(struct mmc_host *host, unsigned int width) in mmc_set_bus_width() function