Lines Matching refs:width
214 unsigned int width = bus_width; in sdmmc_set_ios() local
217 if (width == MMC_BUS_WIDTH_8) { in sdmmc_set_ios()
219 width = MMC_BUS_WIDTH_4; in sdmmc_set_ios()
221 ret = sdmmc_mmc_sd_switch(width); in sdmmc_set_ios()
227 (unsigned int)width); in sdmmc_set_ios()
235 return ops->set_ios(clk, width); in sdmmc_set_ios()
712 unsigned int width, unsigned int flags, in sd_or_mmc_init() argument
724 ((width == MMC_BUS_WIDTH_1) || in sd_or_mmc_init()
725 (width == MMC_BUS_WIDTH_4) || in sd_or_mmc_init()
726 (width == MMC_BUS_WIDTH_8) || in sd_or_mmc_init()
727 (width == MMC_BUS_WIDTH_DDR_4) || in sd_or_mmc_init()
728 (width == MMC_BUS_WIDTH_DDR_8))); in sd_or_mmc_init()
734 return sdmmc_enumerate(clk, width); in sd_or_mmc_init()