Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_omap.c1672 char *omap_str; in omap8250_console_fixup() local
1680 omap_str = strstr(boot_command_line, "console=ttyO"); in omap8250_console_fixup()
1681 if (!omap_str) in omap8250_console_fixup()
1685 omap_str += 12; in omap8250_console_fixup()
1686 if ('0' <= *omap_str && *omap_str <= '9') in omap8250_console_fixup()
1687 idx = *omap_str - '0'; in omap8250_console_fixup()
1691 omap_str++; in omap8250_console_fixup()
1692 if (omap_str[0] == ',') { in omap8250_console_fixup()
1693 omap_str++; in omap8250_console_fixup()
1694 options = omap_str; in omap8250_console_fixup()