soc_string       1130 drivers/tty/serial/ucc_uart.c 	const char *soc_string;
soc_string       1139 drivers/tty/serial/ucc_uart.c 	soc_string = of_get_property(np, "compatible", NULL);
soc_string       1140 drivers/tty/serial/ucc_uart.c 	if (!soc_string)
soc_string       1142 drivers/tty/serial/ucc_uart.c 		soc_string = np->name;
soc_string       1145 drivers/tty/serial/ucc_uart.c 	if ((sscanf(soc_string, "PowerPC,%u", &soc) != 1) || !soc)