Searched refs:imx_enabled_uart_clocks (Results 1 – 1 of 1) sorted by relevance
160 static int imx_enabled_uart_clocks; variable178 imx_enabled_uart_clocks = 0; in imx_register_uart_clocks()197 imx_uart_clocks[imx_enabled_uart_clocks] = of_clk_get(of_stdout, i); in imx_register_uart_clocks()200 if (IS_ERR(imx_uart_clocks[imx_enabled_uart_clocks])) in imx_register_uart_clocks()204 if (imx_uart_clocks[imx_enabled_uart_clocks]) in imx_register_uart_clocks()205 clk_prepare_enable(imx_uart_clocks[imx_enabled_uart_clocks++]); in imx_register_uart_clocks()213 if (imx_keep_uart_clocks && imx_enabled_uart_clocks) { in imx_clk_disable_uart()216 for (i = 0; i < imx_enabled_uart_clocks; i++) { in imx_clk_disable_uart()