Searched defs:lpuart_port (Results 1 – 1 of 1) sorted by relevance
261 struct lpuart_port { struct262 struct uart_port port;263 enum lpuart_type devtype;264 struct clk *ipg_clk;265 struct clk *baud_clk;266 unsigned int txfifo_size;267 unsigned int rxfifo_size;269 u8 rx_watermark;270 bool lpuart_dma_tx_use;271 bool lpuart_dma_rx_use;[all …]