port8250          211 drivers/tty/serial/8250/8250_of.c 	struct uart_8250_port port8250;
port8250          227 drivers/tty/serial/8250/8250_of.c 	memset(&port8250, 0, sizeof(port8250));
port8250          228 drivers/tty/serial/8250/8250_of.c 	ret = of_platform_serial_setup(ofdev, port_type, &port8250.port, info);
port8250          232 drivers/tty/serial/8250/8250_of.c 	if (port8250.port.fifosize)
port8250          233 drivers/tty/serial/8250/8250_of.c 		port8250.capabilities = UART_CAP_FIFO;
port8250          238 drivers/tty/serial/8250/8250_of.c 	    (tx_threshold < port8250.port.fifosize))
port8250          239 drivers/tty/serial/8250/8250_of.c 		port8250.tx_loadsz = port8250.port.fifosize - tx_threshold;
port8250          242 drivers/tty/serial/8250/8250_of.c 		port8250.capabilities |= UART_CAP_AFE;
port8250          246 drivers/tty/serial/8250/8250_of.c 			&port8250.overrun_backoff_time_ms) != 0)
port8250          247 drivers/tty/serial/8250/8250_of.c 		port8250.overrun_backoff_time_ms = 0;
port8250          249 drivers/tty/serial/8250/8250_of.c 	ret = serial8250_register_8250_port(&port8250);
port8250          258 drivers/tty/serial/8250/8250_of.c 	irq_dispose_mapping(port8250.port.irq);
port8250          288 drivers/tty/serial/8250/8250_of.c 	struct uart_8250_port *port8250 = serial8250_get_port(info->line);
port8250          289 drivers/tty/serial/8250/8250_of.c 	struct uart_port *port = &port8250->port;
port8250          303 drivers/tty/serial/8250/8250_of.c 	struct uart_8250_port *port8250 = serial8250_get_port(info->line);
port8250          304 drivers/tty/serial/8250/8250_of.c 	struct uart_port *port = &port8250->port;