Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Ducc_uart.c1114 const char *soc_string; in soc_info() local
1123 soc_string = of_get_property(np, "compatible", NULL); in soc_info()
1124 if (!soc_string) in soc_info()
1126 soc_string = np->name; in soc_info()
1131 if ((sscanf(soc_string, "PowerPC,%u", &soc) != 1) || !soc) in soc_info()