Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/qcom/
Dclk-rcg2.c52 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in clk_rcg2_is_enabled()
65 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in clk_rcg2_get_parent()
115 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in clk_rcg2_set_parent()
155 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in clk_rcg2_recalc_rate()
184 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in _freq_tbl_determine_rate()
222 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in clk_rcg2_determine_rate()
270 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in __clk_rcg2_set_rate()
305 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in clk_rcg2_shared_force_enable()
338 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in clk_rcg2_shared_set_rate()
352 struct clk_rcg2 *rcg = to_clk_rcg2(hw); in clk_rcg2_shared_recalc_rate()
[all …]
Dclk-rcg.h173 #define to_clk_rcg2(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg2, clkr) macro