Home
last modified time | relevance | path

Searched refs:cached_phase (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/rockchip/
H A Dclk-mmc-phase.c19 int cached_phase; member
170 * (1) cached_phase is invaild since we inevitably cached it when the in rockchip_mmc_clk_rate_notify()
182 mmc_clock->cached_phase = in rockchip_mmc_clk_rate_notify()
184 else if (mmc_clock->cached_phase != -EINVAL && in rockchip_mmc_clk_rate_notify()
186 rockchip_mmc_set_phase(&mmc_clock->hw, mmc_clock->cached_phase); in rockchip_mmc_clk_rate_notify()
/kernel/linux/linux-6.6/drivers/clk/rockchip/
H A Dclk-mmc-phase.c19 int cached_phase; member
170 * (1) cached_phase is invaild since we inevitably cached it when the in rockchip_mmc_clk_rate_notify()
182 mmc_clock->cached_phase = in rockchip_mmc_clk_rate_notify()
184 else if (mmc_clock->cached_phase != -EINVAL && in rockchip_mmc_clk_rate_notify()
186 rockchip_mmc_set_phase(&mmc_clock->hw, mmc_clock->cached_phase); in rockchip_mmc_clk_rate_notify()

Completed in 2 milliseconds