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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ducc_uart.c1136 const char *soc_string; local
1145 soc_string = of_get_property(np, "compatible", NULL);
1146 if (!soc_string)
1148 soc_string = np->name;
1151 if ((sscanf(soc_string, "PowerPC,%u", &soc) != 1) || !soc)

Completed in 101 milliseconds