Searched refs:peripheral_clk (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sh/kernel/cpu/
H A Dclock-cpg.c14 static struct clk peripheral_clk = { variable in typeref:struct:clk
34 &peripheral_clk,
42 CLKDEV_CON_ID("peripheral_clk", &peripheral_clk),
60 clk_add_alias("fck", "sh-tmu-sh3.0", "peripheral_clk", NULL);
61 clk_add_alias("fck", "sh-tmu.0", "peripheral_clk", NULL);
62 clk_add_alias("fck", "sh-tmu.1", "peripheral_clk", NULL);
63 clk_add_alias("fck", "sh-tmu.2", "peripheral_clk", NULL);
64 clk_add_alias("fck", "sh-mtu2", "peripheral_clk", NULL);
65 clk_add_alias("fck", "sh-cmt-16.0", "peripheral_clk", NUL
[all...]

Completed in 148 milliseconds