Searched full:gp_clk (Results 1 – 3 of 3) sorted by relevance
41 Select clock output on GP_CLK pin. Two clocks are available:
310 struct clk *gp_clk = cdce->clkin_clk[cdce->clkin[0].parent]; in cdce706_divider_round_rate() local311 unsigned long gp_rate = gp_clk ? clk_get_rate(gp_clk) : 0; in cdce706_divider_round_rate()
453 /* property not present, do not enable GP_CLK pin */ in adin_config_clk_out()