Searched refs:imx_uart_clocks (Results 1 – 1 of 1) sorted by relevance
151 static struct clk ** const *imx_uart_clocks; variable169 imx_uart_clocks = clks; in imx_register_uart_clocks()170 for (i = 0; imx_uart_clocks[i]; i++) in imx_register_uart_clocks()171 clk_prepare_enable(*imx_uart_clocks[i]); in imx_register_uart_clocks()177 if (imx_keep_uart_clocks && imx_uart_clocks) { in imx_clk_disable_uart()180 for (i = 0; imx_uart_clocks[i]; i++) in imx_clk_disable_uart()181 clk_disable_unprepare(*imx_uart_clocks[i]); in imx_clk_disable_uart()