Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Ducc_uart.c1126 const char *soc_string; in soc_info() local
1135 soc_string = of_get_property(np, "compatible", NULL); in soc_info()
1136 if (!soc_string) in soc_info()
1138 soc_string = np->name; in soc_info()
1141 if ((sscanf(soc_string, "PowerPC,%u", &soc) != 1) || !soc) in soc_info()