Searched refs:DIV6_NR (Results 1 – 10 of 10) sorted by relevance
/arch/sh/kernel/cpu/sh4a/ |
D | clock-sh7722.c | 147 enum { DIV6_V, DIV6_NR }; enumerator 149 struct clk div6_clks[DIV6_NR] = { 261 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
D | clock-sh7366.c | 134 enum { DIV6_V, DIV6_NR }; enumerator 136 struct clk div6_clks[DIV6_NR] = { 276 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
D | clock-sh7723.c | 147 enum { DIV6_V, DIV6_NR }; enumerator 149 struct clk div6_clks[DIV6_NR] = { 311 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
D | clock-sh7343.c | 131 enum { DIV6_V, DIV6_NR }; enumerator 133 struct clk div6_clks[DIV6_NR] = { 283 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
D | clock-sh7724.c | 173 enum { DIV6_V, DIV6_I, DIV6_S, DIV6_FA, DIV6_FB, DIV6_NR }; enumerator 201 static struct clk div6_clks[DIV6_NR] = { 375 ret = sh_clk_div6_reparent_register(div6_clks, DIV6_NR); in arch_clk_init()
|
/arch/arm/mach-shmobile/ |
D | clock-r8a7740.c | 245 DIV6_NR enumerator 248 static struct clk div6_clks[DIV6_NR] = { 371 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in r8a7740_clock_init()
|
D | clock-sh7367.c | 201 DIV6_NR }; enumerator 203 static struct clk div6_clks[DIV6_NR] = { 344 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in sh7367_clock_init()
|
D | clock-sh73a0.c | 286 DIV6_NR }; enumerator 325 static struct clk div6_clks[DIV6_NR] = { 612 ret = sh_clk_div6_reparent_register(div6_clks, DIV6_NR); in sh73a0_clock_init()
|
D | clock-sh7377.c | 211 DIV6_NR }; enumerator 355 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in sh7377_clock_init()
|
D | clock-sh7372.c | 373 DIV6_NR }; enumerator 375 static struct clk div6_clks[DIV6_NR] = { 701 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in sh7372_clock_init()
|