Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c240 struct lpuart_port { struct
241 struct uart_port port;
242 enum lpuart_type devtype;
243 struct clk *ipg_clk;
244 struct clk *baud_clk;
245 unsigned int txfifo_size;
246 unsigned int rxfifo_size;
248 bool lpuart_dma_tx_use;
249 bool lpuart_dma_rx_use;
250 struct dma_chan *dma_tx_chan;
[all …]