Searched refs:root_freq (Results 1 – 1 of 1) sorted by relevance
129 static const unsigned long root_freq[] = {7372800, 14745600, 19200000, 29491200, variable914 for (i = 0; i < ARRAY_SIZE(root_freq); i++) { in get_clk_cfg()915 if (!(root_freq[i] % clk_freq)) in get_clk_cfg()916 return root_freq[i]; in get_clk_cfg()