Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_fsl.c94 struct uart_8250_port port8250; in fsl8250_acpi_probe() local
113 memset(&port8250, 0, sizeof(port8250)); in fsl8250_acpi_probe()
116 &port8250.port.uartclk); in fsl8250_acpi_probe()
120 spin_lock_init(&port8250.port.lock); in fsl8250_acpi_probe()
122 port8250.port.mapbase = regs->start; in fsl8250_acpi_probe()
123 port8250.port.irq = irq; in fsl8250_acpi_probe()
124 port8250.port.handle_irq = fsl8250_handle_irq; in fsl8250_acpi_probe()
125 port8250.port.type = PORT_16550A; in fsl8250_acpi_probe()
126 port8250.port.flags = UPF_SHARE_IRQ | UPF_BOOT_AUTOCONF in fsl8250_acpi_probe()
129 port8250.port.dev = dev; in fsl8250_acpi_probe()
[all …]
H A D8250_of.c199 struct uart_8250_port port8250; in of_platform_serial_probe() local
215 memset(&port8250, 0, sizeof(port8250)); in of_platform_serial_probe()
216 ret = of_platform_serial_setup(ofdev, port_type, &port8250, info); in of_platform_serial_probe()
220 if (port8250.port.fifosize) in of_platform_serial_probe()
221 port8250.capabilities = UART_CAP_FIFO; in of_platform_serial_probe()
226 (tx_threshold < port8250.port.fifosize)) in of_platform_serial_probe()
227 port8250.tx_loadsz = port8250.port.fifosize - tx_threshold; in of_platform_serial_probe()
230 port8250.capabilities |= UART_CAP_AFE; in of_platform_serial_probe()
234 &port8250.overrun_backoff_time_ms) != 0) in of_platform_serial_probe()
235 port8250.overrun_backoff_time_ms = 0; in of_platform_serial_probe()
[all …]
H A D8250_tegra.c43 struct uart_8250_port port8250; in tegra_uart_probe() local
53 memset(&port8250, 0, sizeof(port8250)); in tegra_uart_probe()
55 port = &port8250.port; in tegra_uart_probe()
112 ret = serial8250_register_8250_port(&port8250); in tegra_uart_probe()
142 struct uart_8250_port *port8250 = serial8250_get_port(uart->line); in tegra_uart_suspend() local
143 struct uart_port *port = &port8250->port; in tegra_uart_suspend()
156 struct uart_8250_port *port8250 = serial8250_get_port(uart->line); in tegra_uart_resume() local
157 struct uart_port *port = &port8250->port; in tegra_uart_resume()