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