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()446 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_determine_rate()470 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass_determine_rate()527 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_set_rate()540 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass_set_rate()560 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass2_set_rate()628 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_pixel_set_rate()678 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_esc_determine_rate()[all …]
96 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) macro