Home
last modified time | relevance | path

Searched defs:sirfsoc_uart_port (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/tty/serial/
Dsirfsoc_uart.h412 struct sirfsoc_uart_port { struct
413 bool hw_flow_ctrl;
414 bool ms_enabled;
416 struct uart_port port;
417 struct clk *clk;
419 bool is_atlas7;
420 struct sirfsoc_uart_register *uart_reg;
421 struct dma_chan *rx_dma_chan;
422 struct dma_chan *tx_dma_chan;
423 dma_addr_t tx_dma_addr;
[all …]