Searched defs:lpuart_port (Results 1 – 1 of 1) sorted by relevance
252 struct lpuart_port { struct253 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 …]