Searched refs:to_clk_rcg (Results 1 – 2 of 2) sorted by relevance
47 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_get_parent()104 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_set_parent()352 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_recalc_rate()448 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_determine_rate()475 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass_determine_rate()532 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_set_rate()545 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass_set_rate()564 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_lcc_set_rate()585 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_lcc_enable()594 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_lcc_disable()
111 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) macro