Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmvebu-uart.c1324 static const char *const parent_clk_names[] = { "TBG-A-P", "TBG-B-P", in mvebu_uart_clock_probe() local
1327 struct clk *parent_clks[ARRAY_SIZE(parent_clk_names)]; in mvebu_uart_clock_probe()
1338 BUILD_BUG_ON(ARRAY_SIZE(parent_clk_names) != in mvebu_uart_clock_probe()
1400 for (i = 0; i < ARRAY_SIZE(parent_clk_names); i++) { in mvebu_uart_clock_probe()
1401 parent_clks[i] = devm_clk_get(dev, parent_clk_names[i]); in mvebu_uart_clock_probe()
1406 parent_clk_names[i], PTR_ERR(parent_clks[i])); in mvebu_uart_clock_probe()
1413 parent_clk_names[i], ret); in mvebu_uart_clock_probe()
1461 for (i = 0; i < ARRAY_SIZE(parent_clk_names); i++) { in mvebu_uart_clock_probe()