Searched defs:lpuart_port (Results 1 – 1 of 1) sorted by relevance
240 struct lpuart_port { struct241 struct uart_port port;242 enum lpuart_type devtype;243 struct clk *ipg_clk;244 struct clk *baud_clk;245 unsigned int txfifo_size;246 unsigned int rxfifo_size;248 bool lpuart_dma_tx_use;249 bool lpuart_dma_rx_use;250 struct dma_chan *dma_tx_chan;[all …]