Lines Matching defs:timing
86 * according to board actual timing.
443 if (WARN_ON(host->timing != MMC_TIMING_MMC_HS400))
490 unsigned char timing)
506 switch (timing) {
545 unsigned char timing)
576 if (timing == MMC_TIMING_LEGACY) {
577 xenon_emmc_phy_slow_mode(host, timing);
592 if (xenon_emmc_phy_slow_mode(host, timing))
614 switch (timing) {
637 if (timing == MMC_TIMING_MMC_HS400)
742 switch (host->timing) {
759 * If any timing issue occurs in DDR mode on Marvell products,
788 * The timing, frequency or bus width is changed,
794 (ios->timing == priv->timing))
797 xenon_emmc_phy_set(host, ios->timing);
802 priv->timing = ios->timing;
806 if (ios->timing == MMC_TIMING_LEGACY)