Searched refs:DIV6_NR (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7343.c | 131 enum { DIV6_V, DIV6_NR }; enumerator in enum:__anon2627 133 struct clk div6_clks[DIV6_NR] = { 283 ret = sh_clk_div6_register(div6_clks, DIV6_NR); arch_clk_init()
|
H A D | clock-sh7366.c | 134 enum { DIV6_V, DIV6_NR }; enumerator in enum:__anon2630 136 struct clk div6_clks[DIV6_NR] = { 276 ret = sh_clk_div6_register(div6_clks, DIV6_NR); arch_clk_init()
|
H A D | clock-sh7722.c | 147 enum { DIV6_V, DIV6_NR }; enumerator in enum:__anon2635 149 struct clk div6_clks[DIV6_NR] = { 259 ret = sh_clk_div6_register(div6_clks, DIV6_NR); arch_clk_init()
|
H A D | clock-sh7723.c | 147 enum { DIV6_V, DIV6_NR }; enumerator in enum:__anon2639 149 struct clk div6_clks[DIV6_NR] = { 307 ret = sh_clk_div6_register(div6_clks, DIV6_NR); arch_clk_init()
|
H A D | clock-sh7724.c | 173 enum { DIV6_V, DIV6_I, DIV6_S, DIV6_FA, DIV6_FB, DIV6_NR }; enumerator in enum:__anon2641 201 static struct clk div6_clks[DIV6_NR] = { 373 ret = sh_clk_div6_reparent_register(div6_clks, DIV6_NR); arch_clk_init()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
H A D | clock-r8a7740.c | 379 DIV6_NR enumerator in enum:__anon259 382 static struct clk div6_clks[DIV6_NR] = { 654 ret = sh_clk_div6_register(div6_clks, DIV6_NR); r8a7740_clock_init()
|
H A D | clock-sh73a0.c | 357 DIV6_NR }; enumerator in enum:__anon265 396 static struct clk div6_clks[DIV6_NR] = { 738 ret = sh_clk_div6_reparent_register(div6_clks, DIV6_NR); sh73a0_clock_init()
|
Completed in 120 milliseconds