Lines Matching defs:uart
3603 * Enable DEBUG_OMAPUART_FLAGS for uart hwmod that is being used as
3605 * that specific uart.
3612 const char *uart;
3616 uart = of_get_property(np, "stdout-path", NULL);
3617 if (uart) {
3618 np = of_find_node_by_path(uart);
3620 uart = of_get_property(np, "ti,hwmods", NULL);
3621 oh = omap_hwmod_lookup(uart);
3623 uart = of_get_property(np->parent,
3626 oh = omap_hwmod_lookup(uart);