Searched refs:get_phase (Results 1 – 7 of 7) sorted by relevance
121 .get_phase = ccu_phase_get_phase,
69 .get_phase = rockchip_inv_get_phase,
163 .get_phase = rockchip_mmc_get_phase,
89 .get_phase = hisi_clk_get_phase,
277 .get_phase = mmc_get_phase,
295 int (*get_phase)(struct clk_hw *hw); member
3131 if (!core->ops->get_phase) in clk_core_get_phase()3135 ret = core->ops->get_phase(core->hw); in clk_core_get_phase()