Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dfsl_lpuart.c252 struct lpuart_port { struct
253 struct uart_port port;
254 enum lpuart_type devtype;
255 struct clk *ipg_clk;
256 struct clk *baud_clk;
257 unsigned int txfifo_size;
258 unsigned int rxfifo_size;
260 bool lpuart_dma_tx_use;
261 bool lpuart_dma_rx_use;
262 struct dma_chan *dma_tx_chan;
[all …]