Searched defs:lpuart_port (Results 1 – 1 of 1) sorted by relevance
233 struct lpuart_port { struct234 struct uart_port port;235 struct clk *clk;236 unsigned int txfifo_size;237 unsigned int rxfifo_size;238 bool lpuart32;240 bool lpuart_dma_tx_use;241 bool lpuart_dma_rx_use;242 struct dma_chan *dma_tx_chan;243 struct dma_chan *dma_rx_chan;[all …]