Lines Matching full:tuning
41 /* Tuning and auto-tuning fields in AT_CTRL_R control register */
46 #define AT_CTRL_SW_TUNE_EN BIT(4) /* enable software managed tuning */
530 * Tuning can leave the IP in an active state (Buffer Read Enable bit in dwcmshc_execute_tuning()
804 * configure tuning settings: in th1520_execute_tuning()
807 * - disable software managed tuning in th1520_execute_tuning()
809 * instead tuning calculated edges are used in th1520_execute_tuning()
815 * configure tuning settings: in th1520_execute_tuning()
816 * - enable auto-tuning in th1520_execute_tuning()
831 /* perform tuning */ in th1520_execute_tuning()
836 /* disable auto-tuning upon tuning error */ in th1520_execute_tuning()
839 dev_err(mmc_dev(host->mmc), "tuning failed: %d\n", host->tuning_err); in th1520_execute_tuning()
993 /* find the mininum delay first which can pass tuning */ in cv18xx_sdhci_execute_tuning()
1001 /* find the maxinum delay which can not pass tuning */ in cv18xx_sdhci_execute_tuning()
1031 dev_dbg(mmc_dev(host->mmc), "tuning %s at 0x%x ret %d\n", in cv18xx_sdhci_execute_tuning()
1089 /* Set ATDL_CNFG, tuning clk not use for init */ in sg2042_sdhci_phy_init()