Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/mstar/
H A Dclk-msc313-mpll.c27 static const unsigned int output_dividers[] = { variable
31 #define NUMOUTPUTS (ARRAY_SIZE(output_dividers) + 1)
108 ARRAY_SIZE(output_dividers)), GFP_KERNEL); in msc313_mpll_probe()
125 for (i = 0; i < ARRAY_SIZE(output_dividers); i++) { in msc313_mpll_probe()
127 clk_init.name, output_dividers[i]); in msc313_mpll_probe()
131 clk_init.name, 0, 1, output_dividers[i]); in msc313_mpll_probe()