HomeSort by: relevance | last modified time | path
    Searched defs:clk_uart_baud0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/samsung/
exynos_uart.c 193 struct clk *clk_uart, *clk_uart_baud0; local in function:exynos_uart_attach
213 clk_uart_baud0 = fdtbus_clock_get(phandle, "clk_uart_baud0");
214 if (clk_uart_baud0 == NULL || clk_enable(clk_uart_baud0) != 0) {
215 aprint_error(": failed to enable clk_uart_baud0 clock\n");
234 sc->sc_freq = clk_get_rate(clk_uart_baud0);
exynos_uart.c 193 struct clk *clk_uart, *clk_uart_baud0; local in function:exynos_uart_attach
213 clk_uart_baud0 = fdtbus_clock_get(phandle, "clk_uart_baud0");
214 if (clk_uart_baud0 == NULL || clk_enable(clk_uart_baud0) != 0) {
215 aprint_error(": failed to enable clk_uart_baud0 clock\n");
234 sc->sc_freq = clk_get_rate(clk_uart_baud0);

Completed in 22 milliseconds