Home
last modified time | relevance | path

Searched refs:uartx_parents (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/clk/spear/
Dspear3xx_clock.c246 static const char *uartx_parents[] = { "ras_syn1_gclk", "ras_apb_clk", }; variable
317 clk = clk_register_mux(NULL, "rs485_clk", uartx_parents, in spear320_clk_init()
318 ARRAY_SIZE(uartx_parents), in spear320_clk_init()
340 clk = clk_register_mux(NULL, "uart1_clk", uartx_parents, in spear320_clk_init()
341 ARRAY_SIZE(uartx_parents), in spear320_clk_init()
349 clk = clk_register_mux(NULL, "uart2_clk", uartx_parents, in spear320_clk_init()
350 ARRAY_SIZE(uartx_parents), in spear320_clk_init()
358 clk = clk_register_mux(NULL, "uart3_clk", uartx_parents, in spear320_clk_init()
359 ARRAY_SIZE(uartx_parents), in spear320_clk_init()
365 clk = clk_register_mux(NULL, "uart4_clk", uartx_parents, in spear320_clk_init()
[all …]