Searched refs:to_clk_rcg (Results 1 – 2 of 2) sorted by relevance
39 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_get_parent()96 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_set_parent()344 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_recalc_rate()438 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_determine_rate()462 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass_determine_rate()519 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_set_rate()532 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass_set_rate()552 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_bypass2_set_rate()620 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_pixel_set_rate()670 struct clk_rcg *rcg = to_clk_rcg(hw); in clk_rcg_esc_determine_rate()[all …]
95 #define to_clk_rcg(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg, clkr) macro