Home
last modified time | relevance | path

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

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