Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dimx.c195 struct imx_port { struct
196 struct uart_port port;
197 struct timer_list timer;
198 unsigned int old_status;
199 unsigned int have_rtscts:1;
200 unsigned int have_rtsgpio:1;
201 unsigned int dte_mode:1;
202 struct clk *clk_ipg;
203 struct clk *clk_per;
204 const struct imx_uart_data *devdata;
[all …]