Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c1112 const char *soc_string; in soc_info() local
1121 soc_string = of_get_property(np, "compatible", NULL); in soc_info()
1122 if (!soc_string) in soc_info()
1124 soc_string = np->name; in soc_info()
1129 if ((sscanf(soc_string, "PowerPC,%u", &soc) != 1) || !soc) in soc_info()