Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Ducc_uart.c1132 const char *soc_string; in soc_info() local
1141 soc_string = of_get_property(np, "compatible", NULL); in soc_info()
1142 if (!soc_string) in soc_info()
1144 soc_string = np->name; in soc_info()
1147 if ((sscanf(soc_string, "PowerPC,%u", &soc) != 1) || !soc) in soc_info()