Home
last modified time | relevance | path

Searched refs:dove_cpu_l2_ratios (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/clk/mvebu/
Ddove.c115 static const int dove_cpu_l2_ratios[8][2] __initconst = { variable
135 *mult = dove_cpu_l2_ratios[opt][0]; in dove_get_clk_ratio()
136 *div = dove_cpu_l2_ratios[opt][1]; in dove_get_clk_ratio()