Searched refs:pltclk (Results 1 – 1 of 1) sorted by relevance
55 struct clk *pltclk; in get_bus_freq() local68 pltclk = clk_get(NULL, "cg-pll0-div1"); in get_bus_freq()69 if (IS_ERR(pltclk)) { in get_bus_freq()71 __func__, PTR_ERR(pltclk)); in get_bus_freq()72 return PTR_ERR(pltclk); in get_bus_freq()75 return clk_get_rate(pltclk); in get_bus_freq()