Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/rockchip/
Dclk.c45 struct clk_div_table *div_table, int gate_offset, in rockchip_clk_register_branch() argument
92 div->table = div_table; in rockchip_clk_register_branch()
233 if (list->div_table) in rockchip_clk_register_branches()
238 list->div_flags, list->div_table, in rockchip_clk_register_branches()
268 list->div_flags, list->div_table, in rockchip_clk_register_branches()
Dclk.h210 struct clk_div_table *div_table; member
268 .div_table = dt, \
370 .div_table = dt, \
/linux-4.1.27/drivers/clk/mmp/
Dclk-mix.c37 if (mix->div_table) { in _get_maxdiv()
38 for (clkt = mix->div_table; clkt->div; clkt++) in _get_maxdiv()
54 if (mix->div_table) { in _get_div()
55 for (clkt = mix->div_table; clkt->div; clkt++) in _get_div()
91 if (mix->div_table) { in _get_div_val()
92 for (clkt = mix->div_table; clkt->div; clkt++) in _get_div_val()
Dclk.h78 struct clk_div_table *div_table; member
88 struct clk_div_table *div_table; member
/linux-4.1.27/arch/m68k/atari/
Ddebug.c214 static int div_table[9] = in atari_init_scc_port() local
229 div = div_table[baud]; in atari_init_scc_port()