Searched refs:port8250 (Results 1 – 2 of 2) sorted by relevance
73 struct uart_8250_port *port8250 = serial8250_get_port(info->line); in of_platform_serial_clk_notifier_cb() local77 serial8250_update_uartclk(&port8250->port, ndata->new_rate); in of_platform_serial_clk_notifier_cb()204 struct uart_8250_port port8250; in of_platform_serial_probe() local224 memset(&port8250, 0, sizeof(port8250)); in of_platform_serial_probe()225 ret = of_platform_serial_setup(ofdev, port_type, &port8250, info); in of_platform_serial_probe()229 if (port8250.port.fifosize) in of_platform_serial_probe()230 port8250.capabilities = UART_CAP_FIFO; in of_platform_serial_probe()235 (tx_threshold < port8250.port.fifosize)) in of_platform_serial_probe()236 port8250.tx_loadsz = port8250.port.fifosize - tx_threshold; in of_platform_serial_probe()239 port8250.capabilities |= UART_CAP_AFE; in of_platform_serial_probe()[all …]
45 struct uart_8250_port port8250; in tegra_uart_probe() local55 memset(&port8250, 0, sizeof(port8250)); in tegra_uart_probe()57 port = &port8250.port; in tegra_uart_probe()106 ret = serial8250_register_8250_port(&port8250); in tegra_uart_probe()136 struct uart_8250_port *port8250 = serial8250_get_port(uart->line); in tegra_uart_suspend() local137 struct uart_port *port = &port8250->port; in tegra_uart_suspend()150 struct uart_8250_port *port8250 = serial8250_get_port(uart->line); in tegra_uart_resume() local151 struct uart_port *port = &port8250->port; in tegra_uart_resume()