Lines Matching defs:uart
3641 * Enable DEBUG_OMAPUART_FLAGS for uart hwmod that is being used as
3643 * that specific uart.
3650 const char *uart;
3654 uart = of_get_property(np, "stdout-path", NULL);
3655 if (uart) {
3656 np = of_find_node_by_path(uart);
3658 uart = of_get_property(np, "ti,hwmods", NULL);
3659 oh = omap_hwmod_lookup(uart);
3661 uart = of_get_property(np->parent,
3664 oh = omap_hwmod_lookup(uart);