Home
last modified time | relevance | path

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

/linux/drivers/clk/mvebu/
H A Darmada-370.c102 static const int a370_dramclk_ratios[32][2] __initconst = { variable
129 *mult = a370_dramclk_ratios[opt][0]; in a370_get_clk_ratio()
130 *div = a370_dramclk_ratios[opt][1]; in a370_get_clk_ratio()