Lines Matching defs:bus_width
148 static int sdmmc_mmc_sd_switch(unsigned int bus_width)
184 (bus_width == MMC_BUS_WIDTH_4)) {
211 static int sdmmc_set_ios(unsigned int clk, unsigned int bus_width)
214 unsigned int width = bus_width;
463 static int sdmmc_enumerate(unsigned int clk, unsigned int bus_width)
537 ret = sdmmc_set_ios(clk, bus_width);
571 ret = ops->set_ios(clk, bus_width);
757 ((params->bus_width == MMC_BUS_WIDTH_1) ||
758 (params->bus_width == MMC_BUS_WIDTH_4) ||
759 (params->bus_width == MMC_BUS_WIDTH_8)));
765 result = sd_or_mmc_init(&cdns_sdmmc_ops, params->clk_rate, params->bus_width,