Searched refs:div6_clks (Results 1 – 5 of 5) sorted by relevance
/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7724.c | 189 static struct clk div6_clks[DIV6_NR] = { variable 275 CLKDEV_CON_ID("video_clk", &div6_clks[DIV6_V]), 276 CLKDEV_CON_ID("fsia_clk", &div6_clks[DIV6_FA]), 277 CLKDEV_CON_ID("fsib_clk", &div6_clks[DIV6_FB]), 278 CLKDEV_CON_ID("irda_clk", &div6_clks[DIV6_I]), 279 CLKDEV_CON_ID("spu_clk", &div6_clks[DIV6_S]), 361 ret = sh_clk_div6_reparent_register(div6_clks, DIV6_NR); in arch_clk_init()
|
H A D | clock-sh7722.c | 137 struct clk div6_clks[DIV6_NR] = { variable 188 CLKDEV_CON_ID("video_clk", &div6_clks[DIV6_V]), 247 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
H A D | clock-sh7366.c | 124 struct clk div6_clks[DIV6_NR] = { variable 201 CLKDEV_CON_ID("video_clk", &div6_clks[DIV6_V]), 264 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
H A D | clock-sh7343.c | 121 struct clk div6_clks[DIV6_NR] = { variable 203 CLKDEV_CON_ID("video_clk", &div6_clks[DIV6_V]), 271 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|
H A D | clock-sh7723.c | 137 struct clk div6_clks[DIV6_NR] = { variable 213 CLKDEV_CON_ID("video_clk", &div6_clks[DIV6_V]), 295 ret = sh_clk_div6_register(div6_clks, DIV6_NR); in arch_clk_init()
|