Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/imx/
Dclk-imx6sll.c79 static const int uart_clk_ids[] __initconst = { variable
92 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
359 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx6sll_clocks_init()
360 int index = uart_clk_ids[i]; in imx6sll_clocks_init()
Dclk-imx6sl.c180 static const int uart_clk_ids[] __initconst = { variable
185 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
448 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx6sl_clocks_init()
449 int index = uart_clk_ids[i]; in imx6sl_clocks_init()
Dclk-imx6sx.c119 static const int uart_clk_ids[] __initconst = { variable
124 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
558 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx6sx_clocks_init()
559 int index = uart_clk_ids[i]; in imx6sx_clocks_init()
Dclk-imx7d.c379 static const int uart_clk_ids[] __initconst = { variable
389 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
897 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx7d_clocks_init()
898 int index = uart_clk_ids[i]; in imx7d_clocks_init()
Dclk-imx6q.c142 static const int uart_clk_ids[] __initconst = { variable
147 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
981 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx6q_clocks_init()
982 int index = uart_clk_ids[i]; in imx6q_clocks_init()