Searched refs:parent_clk_idx (Results 1 – 1 of 1) sorted by relevance
1331 int i, parent_clk_idx, ret; in mvebu_uart_clock_probe() local1398 parent_clk_idx = -1; in mvebu_uart_clock_probe()1454 if (parent_clk_idx == -1 || in mvebu_uart_clock_probe()1456 parent_clk_idx = i; in mvebu_uart_clock_probe()1462 if (i == parent_clk_idx || IS_ERR(parent_clks[i])) in mvebu_uart_clock_probe()1468 if (parent_clk_idx == -1) { in mvebu_uart_clock_probe()1473 uart_clock_base->parent_idx = parent_clk_idx; in mvebu_uart_clock_probe()1477 __clk_get_name(parent_clks[parent_clk_idx])); in mvebu_uart_clock_probe()1483 __clk_get_name(parent_clks[parent_clk_idx])); in mvebu_uart_clock_probe()