Searched refs:DIV6_NR (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7722.c | 135 enum { DIV6_V, DIV6_NR }; enumerator 137 struct clk div6_clks[DIV6_NR] = { 247 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
H A D | clock-sh7366.c | 122 enum { DIV6_V, DIV6_NR }; enumerator 124 struct clk div6_clks[DIV6_NR] = { 264 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
H A D | clock-sh7723.c | 135 enum { DIV6_V, DIV6_NR }; enumerator 137 struct clk div6_clks[DIV6_NR] = { 295 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
H A D | clock-sh7343.c | 119 enum { DIV6_V, DIV6_NR }; enumerator 121 struct clk div6_clks[DIV6_NR] = { 271 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
H A D | clock-sh7724.c | 161 enum { DIV6_V, DIV6_I, DIV6_S, DIV6_FA, DIV6_FB, DIV6_NR }; enumerator 189 static struct clk div6_clks[DIV6_NR] = { 361 ret = sh_clk_div6_reparent_register(div6_clks, DIV6_NR); in arch_clk_init()
|