Searched refs:rockchip_mmc_set_phase (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/mmc/host/ |
| A D | dw_mmc-rockchip.c | 163 static int rockchip_mmc_set_phase(struct dw_mci *host, bool sample, int degrees) in rockchip_mmc_set_phase() function 212 rockchip_mmc_set_phase(host, true, priv->default_sample_phase); in dw_mci_rk3288_set_ios() 275 rockchip_mmc_set_phase(host, false, phase); in dw_mci_rk3288_set_ios() 313 rockchip_mmc_set_phase(host, true, in dw_mci_rk3288_execute_tuning() 362 rockchip_mmc_set_phase(host, true, priv->default_sample_phase); in dw_mci_rk3288_execute_tuning() 403 rockchip_mmc_set_phase(host, true, phase); in dw_mci_rk3288_execute_tuning()
|
| /linux/drivers/clk/rockchip/ |
| A D | clk-mmc-phase.c | 74 static int rockchip_mmc_set_phase(struct clk_hw *hw, int degrees) in rockchip_mmc_set_phase() function 152 .set_phase = rockchip_mmc_set_phase, 185 rockchip_mmc_set_phase(&mmc_clock->hw, mmc_clock->cached_phase); in rockchip_mmc_clk_rate_notify()
|
Completed in 8 milliseconds