Lines Matching refs:width
233 unsigned int width = bus_width; in mmc_set_ios() local
236 if (width == MMC_BUS_WIDTH_8) { in mmc_set_ios()
238 width = MMC_BUS_WIDTH_4; in mmc_set_ios()
240 ret = mmc_sd_switch(width); in mmc_set_ios()
246 (unsigned int)width); in mmc_set_ios()
254 return ops->set_ios(clk, width); in mmc_set_ios()
835 unsigned int width, unsigned int flags, in mmc_init() argument
847 ((width == MMC_BUS_WIDTH_1) || in mmc_init()
848 (width == MMC_BUS_WIDTH_4) || in mmc_init()
849 (width == MMC_BUS_WIDTH_8) || in mmc_init()
850 (width == MMC_BUS_WIDTH_DDR_4) || in mmc_init()
851 (width == MMC_BUS_WIDTH_DDR_8))); in mmc_init()
857 return mmc_enumerate(clk, width); in mmc_init()