HomeSort by: relevance | last modified time | path
    Searched defs:clk_uart (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
208 clk_uart = fdtbus_clock_get(phandle, "uart");
209 if (clk_uart == NULL || clk_enable(clk_uart) != 0) {
exynos_uart.c 193 struct clk *clk_uart, *clk_uart_baud0; local in function:exynos_uart_attach
208 clk_uart = fdtbus_clock_get(phandle, "uart");
209 if (clk_uart == NULL || clk_enable(clk_uart) != 0) {

Completed in 27 milliseconds