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
221 rockchip_mmc_set_phase(host, true, sample_phase); in dw_mci_rk3288_set_ios()
223 rockchip_mmc_set_phase(host, true, phase.in_deg); in dw_mci_rk3288_set_ios()
289 rockchip_mmc_set_phase(host, false, drv_phase); in dw_mci_rk3288_set_ios()
325 rockchip_mmc_set_phase(host, true, in dw_mci_rk3288_execute_tuning()
374 rockchip_mmc_set_phase(host, true, priv->default_sample_phase); in dw_mci_rk3288_execute_tuning()
415 rockchip_mmc_set_phase(host, true, phase); in dw_mci_rk3288_execute_tuning()
629 rockchip_mmc_set_phase(host, true, priv->sample_phase); in dw_mci_rockchip_runtime_resume()
630 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()