Home
last modified time | relevance | path

Searched defs:tegra_uart_port (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/
H A Dserial-tegra.c106 struct tegra_uart_port { struct
107 struct uart_port uport;
108 const struct tegra_uart_chip_data *cdata;
110 struct clk *uart_clk;
111 struct reset_control *rst;
112 unsigned int current_baud;
115 unsigned long fcr_shadow;
116 unsigned long mcr_shadow;
117 unsigned long lcr_shadow;
118 unsigned long ier_shadow;
[all …]