Home
last modified time | relevance | path

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

/Linux-v5.10/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.c181 static const int uart_clk_ids[] __initconst = { variable
186 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
450 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx6sl_clocks_init()
451 int index = uart_clk_ids[i]; in imx6sl_clocks_init()
Dclk-imx8mn.c287 static const int uart_clk_ids[] = { variable
293 static struct clk **uart_hws[ARRAY_SIZE(uart_clk_ids) + 1];
576 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx8mn_clocks_probe()
577 int index = uart_clk_ids[i]; in imx8mn_clocks_probe()
Dclk-imx8mm.c294 static const int uart_clk_ids[] = { variable
300 static struct clk **uart_hws[ARRAY_SIZE(uart_clk_ids) + 1];
625 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx8mm_clocks_probe()
626 int index = uart_clk_ids[i]; in imx8mm_clocks_probe()
Dclk-imx8mp.c417 static const int uart_clk_ids[] = { variable
423 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1];
740 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx8mp_clocks_probe()
741 int index = uart_clk_ids[i]; in imx8mp_clocks_probe()
Dclk-imx8mq.c276 static const int uart_clk_ids[] = { variable
282 static struct clk **uart_hws[ARRAY_SIZE(uart_clk_ids) + 1];
610 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx8mq_clocks_probe()
611 int index = uart_clk_ids[i]; in imx8mq_clocks_probe()
Dclk-imx6sx.c120 static const int uart_clk_ids[] __initconst = { variable
125 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
559 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx6sx_clocks_init()
560 int index = uart_clk_ids[i]; in imx6sx_clocks_init()
Dclk-imx7d.c380 static const int uart_clk_ids[] __initconst = { variable
390 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
900 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx7d_clocks_init()
901 int index = uart_clk_ids[i]; in imx7d_clocks_init()
Dclk-imx6q.c143 static const int uart_clk_ids[] __initconst = { variable
148 static struct clk **uart_clks[ARRAY_SIZE(uart_clk_ids) + 1] __initdata;
985 for (i = 0; i < ARRAY_SIZE(uart_clk_ids); i++) { in imx6q_clocks_init()
986 int index = uart_clk_ids[i]; in imx6q_clocks_init()