mmc_set_bus_width
void mmc_set_bus_width(struct mmc_host *host, unsigned int width);
mmc_set_bus_width(host, bus_width);
mmc_set_bus_width(host, MMC_BUS_WIDTH_4);
mmc_set_bus_width(card->host, MMC_BUS_WIDTH_4);
mmc_set_bus_width(card->host, MMC_BUS_WIDTH_1);
mmc_set_bus_width(card->host, MMC_BUS_WIDTH_4);