Searched refs:default_phase (Results 1 – 2 of 2) sorted by relevance
137 if (mmc->default_phase > 0 && mmc->default_phase < 360) { in rockchip_dwmmc_execute_tuning()138 ret = clk_set_phase(&priv->sample_clk, mmc->default_phase); in rockchip_dwmmc_execute_tuning()143 mmc->default_phase = 0; in rockchip_dwmmc_execute_tuning()240 plat->mmc.default_phase = in rockchip_dwmmc_probe()244 ret = clk_set_phase(&priv->sample_clk, plat->mmc.default_phase); in rockchip_dwmmc_probe()
588 int default_phase; /* set the default sample clock phase */ member