Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Ddw_mmc-rockchip.c168 static int rockchip_mmc_set_phase(struct dw_mci *host, bool sample, int degrees) in rockchip_mmc_set_phase() function
217 rockchip_mmc_set_phase(host, true, priv->default_sample_phase); in dw_mci_rk3288_set_ios()
280 rockchip_mmc_set_phase(host, false, phase); in dw_mci_rk3288_set_ios()
317 rockchip_mmc_set_phase(host, true, in dw_mci_rk3288_execute_tuning()
366 rockchip_mmc_set_phase(host, true, priv->default_sample_phase); in dw_mci_rk3288_execute_tuning()
407 rockchip_mmc_set_phase(host, true, phase); in dw_mci_rk3288_execute_tuning()
604 rockchip_mmc_set_phase(host, true, priv->sample_phase); in dw_mci_rockchip_runtime_resume()
605 rockchip_mmc_set_phase(host, false, priv->drv_phase); in dw_mci_rockchip_runtime_resume()
/linux/drivers/clk/rockchip/
H A Dclk-mmc-phase.c82 static int rockchip_mmc_set_phase(struct clk_hw *hw, int degrees) in rockchip_mmc_set_phase() function
164 .set_phase = rockchip_mmc_set_phase,
197 rockchip_mmc_set_phase(&mmc_clock->hw, mmc_clock->cached_phase); in rockchip_mmc_clk_rate_notify()