Home
last modified time | relevance | path

Searched refs:PORT_TEGRA (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dserial_core.h48 #define PORT_TEGRA 20 /* NVIDIA Tegra internal UART */ macro
/linux-4.1.27/drivers/tty/serial/
Dof_serial.c141 case PORT_TEGRA: in of_platform_serial_setup()
332 { .compatible = "nvidia,tegra20-uart", .data = (void *)PORT_TEGRA, },
Dserial-tegra.c1295 u->type = PORT_TEGRA; in tegra_uart_probe()
/linux-4.1.27/drivers/tty/serial/8250/
D8250_core.c267 [PORT_TEGRA] = {
3058 if (port->type == PORT_TEGRA) in serial8250_config_port()