Lines Matching refs:width
232 unsigned int width = bus_width; in mmc_set_ios() local
235 if (width == MMC_BUS_WIDTH_8) { in mmc_set_ios()
237 width = MMC_BUS_WIDTH_4; in mmc_set_ios()
239 ret = mmc_sd_switch(width); in mmc_set_ios()
245 (unsigned int)width); in mmc_set_ios()
253 return ops->set_ios(clk, width); in mmc_set_ios()
828 unsigned int width, unsigned int flags, in mmc_init() argument
840 ((width == MMC_BUS_WIDTH_1) || in mmc_init()
841 (width == MMC_BUS_WIDTH_4) || in mmc_init()
842 (width == MMC_BUS_WIDTH_8) || in mmc_init()
843 (width == MMC_BUS_WIDTH_DDR_4) || in mmc_init()
844 (width == MMC_BUS_WIDTH_DDR_8))); in mmc_init()
850 return mmc_enumerate(clk, width); in mmc_init()