Lines Matching defs:timing
87 * according to board actual timing.
473 if (WARN_ON(host->timing != MMC_TIMING_MMC_HS400))
520 unsigned char timing)
536 switch (timing) {
575 unsigned char timing)
606 if (timing == MMC_TIMING_LEGACY) {
607 xenon_emmc_phy_slow_mode(host, timing);
622 if (xenon_emmc_phy_slow_mode(host, timing))
644 switch (timing) {
667 if (timing == MMC_TIMING_MMC_HS400)
776 switch (host->timing) {
793 * If any timing issue occurs in DDR mode on Marvell products,
822 * The timing, frequency or bus width is changed,
828 (ios->timing == priv->timing))
831 xenon_emmc_phy_set(host, ios->timing);
836 priv->timing = ios->timing;
840 if (ios->timing == MMC_TIMING_LEGACY)