Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/8250/
A D8250_fsl.c96 struct uart_8250_port port8250; in fsl8250_acpi_probe() local
112 memset(&port8250, 0, sizeof(port8250)); in fsl8250_acpi_probe()
115 &port8250.port.uartclk); in fsl8250_acpi_probe()
119 spin_lock_init(&port8250.port.lock); in fsl8250_acpi_probe()
121 port8250.port.mapbase = regs->start; in fsl8250_acpi_probe()
122 port8250.port.irq = irq; in fsl8250_acpi_probe()
128 port8250.port.dev = dev; in fsl8250_acpi_probe()
130 port8250.port.iotype = UPIO_MEM; in fsl8250_acpi_probe()
133 port8250.port.membase = devm_ioremap(dev, port8250.port.mapbase, in fsl8250_acpi_probe()
134 port8250.port.mapsize); in fsl8250_acpi_probe()
[all …]
A D8250_of.c200 struct uart_8250_port port8250; in of_platform_serial_probe() local
220 memset(&port8250, 0, sizeof(port8250)); in of_platform_serial_probe()
225 if (port8250.port.fifosize) in of_platform_serial_probe()
226 port8250.capabilities = UART_CAP_FIFO; in of_platform_serial_probe()
232 port8250.tx_loadsz = port8250.port.fifosize - tx_threshold; in of_platform_serial_probe()
235 port8250.capabilities |= UART_CAP_AFE; in of_platform_serial_probe()
239 &port8250.overrun_backoff_time_ms) != 0) in of_platform_serial_probe()
240 port8250.overrun_backoff_time_ms = 0; in of_platform_serial_probe()
251 irq_dispose_mapping(port8250.port.irq); in of_platform_serial_probe()
282 struct uart_port *port = &port8250->port; in of_serial_suspend()
[all …]
A D8250_tegra.c44 struct uart_8250_port port8250; in tegra_uart_probe() local
54 memset(&port8250, 0, sizeof(port8250)); in tegra_uart_probe()
56 port = &port8250.port; in tegra_uart_probe()
113 ret = serial8250_register_8250_port(&port8250); in tegra_uart_probe()
143 struct uart_8250_port *port8250 = serial8250_get_port(uart->line); in tegra_uart_suspend() local
144 struct uart_port *port = &port8250->port; in tegra_uart_suspend()
157 struct uart_8250_port *port8250 = serial8250_get_port(uart->line); in tegra_uart_resume() local
158 struct uart_port *port = &port8250->port; in tegra_uart_resume()

Completed in 6 milliseconds