Lines Matching defs:timing
102 u8 timing;
333 unsigned int timing)
340 if (timing == host->timing)
346 switch (timing) {
378 sdhci_writel(host, p[timing], SDHCI_SPRD_REG_32_DLL_DLY);
650 dll_dly = p[mmc->ios.timing];
677 p[mmc->ios.timing] &= ~SDHCI_SPRD_CMD_DLY_MASK;
678 p[mmc->ios.timing] |= ((best_clk_sample << 8) & SDHCI_SPRD_CMD_DLY_MASK);
680 p[mmc->ios.timing] &= ~(SDHCI_SPRD_POSRD_DLY_MASK);
681 p[mmc->ios.timing] |= ((best_clk_sample << 16) & SDHCI_SPRD_POSRD_DLY_MASK);
685 mmc_hostname(host->mmc), best_clk_sample, p[mmc->ios.timing]);
688 sdhci_writel(host, p[mmc->ios.timing], SDHCI_SPRD_REG_32_DLL_DLY);
718 index = sdhci_sprd_phy_cfgs[i].timing;