Home
last modified time | relevance | path

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

/linux/drivers/clk/mvebu/
H A Darmada-xp.c112 static const int axp_dramclk_ratios[32][2] __initconst = { variable
145 *mult = axp_dramclk_ratios[opt][0]; in axp_get_clk_ratio()
146 *div = axp_dramclk_ratios[opt][1]; in axp_get_clk_ratio()