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