Lines Matching refs:ios
783 switch (1 << host->ios.vdd) { in __mmc_select_powerclass()
785 if (host->ios.clock <= MMC_HIGH_26_MAX_DTR) in __mmc_select_powerclass()
787 else if (host->ios.clock <= MMC_HIGH_52_MAX_DTR) in __mmc_select_powerclass()
791 else if (host->ios.clock <= MMC_HS200_MAX_DTR) in __mmc_select_powerclass()
803 if (host->ios.clock <= MMC_HIGH_26_MAX_DTR) in __mmc_select_powerclass()
805 else if (host->ios.clock <= MMC_HIGH_52_MAX_DTR) in __mmc_select_powerclass()
809 else if (host->ios.clock <= MMC_HS200_MAX_DTR) in __mmc_select_powerclass()
848 bus_width = host->ios.bus_width; in mmc_select_powerclass()
987 bus_width = host->ios.bus_width; in mmc_select_hs_ddr()
1055 host->ios.bus_width == MMC_BUS_WIDTH_8)) in mmc_select_hs400()
1188 host->ios.bus_width == MMC_BUS_WIDTH_8) in mmc_hs200_tuning()
1190 host->ops->prepare_hs400_tuning(host, &host->ios); in mmc_hs200_tuning()