c6x_core_clk      136 arch/c6x/include/asm/clock.h extern struct clk c6x_core_clk;
c6x_core_clk      127 arch/c6x/platforms/plldata.c struct clk c6x_core_clk = {
c6x_core_clk      160 arch/c6x/platforms/plldata.c 	CLK(NULL, "core", &c6x_core_clk),
c6x_core_clk      182 arch/c6x/platforms/plldata.c 	c6x_core_clk.parent = &sysclks[0];
c6x_core_clk      199 arch/c6x/platforms/plldata.c 	CLK(NULL, "core", &c6x_core_clk),
c6x_core_clk      222 arch/c6x/platforms/plldata.c 	c6x_core_clk.parent = &sysclks[1];
c6x_core_clk      244 arch/c6x/platforms/plldata.c 	CLK(NULL, "core", &c6x_core_clk),
c6x_core_clk      277 arch/c6x/platforms/plldata.c 	c6x_core_clk.parent = &sysclks[get_coreid() + 1];
c6x_core_clk      296 arch/c6x/platforms/plldata.c 	CLK(NULL, "core", &c6x_core_clk),
c6x_core_clk      326 arch/c6x/platforms/plldata.c 	c6x_core_clk.parent = &sysclks[7];
c6x_core_clk      350 arch/c6x/platforms/plldata.c 	CLK(NULL, "core", &c6x_core_clk),
c6x_core_clk      391 arch/c6x/platforms/plldata.c 	c6x_core_clk.parent = &sysclks[0];