Home
last modified time | relevance | path

Searched refs:default_phase (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drockchip_dw_mmc.c137 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()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h588 int default_phase; /* set the default sample clock phase */ member