Searched refs:imx_uart_clocks (Results 1 – 1 of 1) sorted by relevance
136 static struct clk ** const *imx_uart_clocks; variable154 imx_uart_clocks = clks; in imx_register_uart_clocks()155 for (i = 0; imx_uart_clocks[i]; i++) in imx_register_uart_clocks()156 clk_prepare_enable(*imx_uart_clocks[i]); in imx_register_uart_clocks()162 if (imx_keep_uart_clocks && imx_uart_clocks) { in imx_clk_disable_uart()165 for (i = 0; imx_uart_clocks[i]; i++) in imx_clk_disable_uart()166 clk_disable_unprepare(*imx_uart_clocks[i]); in imx_clk_disable_uart()