Searched defs:lpuart_port (Results 1 – 1 of 1) sorted by relevance
245 struct lpuart_port { struct246 struct uart_port port;247 enum lpuart_type devtype;248 struct clk *ipg_clk;249 struct clk *baud_clk;250 unsigned int txfifo_size;251 unsigned int rxfifo_size;253 bool lpuart_dma_tx_use;254 bool lpuart_dma_rx_use;255 struct dma_chan *dma_tx_chan;[all …]