Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Drockchip_dw_mmc.c443 plat->mmc.default_phase = in rockchip_dwmmc_probe()
449 ret = rockchip_mmc_set_phase(host, true, plat->mmc.default_phase); in rockchip_dwmmc_probe()
451 ret = clk_set_phase(&priv->sample_clk, plat->mmc.default_phase); in rockchip_dwmmc_probe()
/rk3399_rockchip-uboot/include/
H A Dmmc.h588 int default_phase; /* set the default sample clock phase */ member