Searched refs:pltclk (Results 1 – 1 of 1) sorted by relevance
45 struct clk *pltclk; in get_bus_freq() local58 pltclk = clk_get(NULL, "cg-pll0-div1"); in get_bus_freq()59 if (IS_ERR(pltclk)) { in get_bus_freq()61 __func__, PTR_ERR(pltclk)); in get_bus_freq()62 return PTR_ERR(pltclk); in get_bus_freq()65 return clk_get_rate(pltclk); in get_bus_freq()