Searched refs:c6x_watchdog_clk (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/c6x/platforms/ |
D | plldata.c | 139 struct clk c6x_watchdog_clk = { variable 165 CLK("watchdog", NULL, &c6x_watchdog_clk), 187 c6x_watchdog_clk.parent = &sysclks[3]; in c6455_setup_clocks() 204 CLK("watchdog", NULL, &c6x_watchdog_clk), 227 c6x_watchdog_clk.parent = &sysclks[5]; in c6457_setup_clocks() 249 CLK("watchdog", NULL, &c6x_watchdog_clk), 282 c6x_watchdog_clk.parent = &sysclks[8]; in c6472_setup_clocks() 303 CLK("watchdog", NULL, &c6x_watchdog_clk), 331 c6x_watchdog_clk.parent = &sysclks[10]; in c6474_setup_clocks()
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | clock.h | 141 extern struct clk c6x_watchdog_clk;
|