Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dsirfsoc_uart.h413 struct sirfsoc_uart_port { struct
414 bool hw_flow_ctrl;
415 bool ms_enabled;
417 struct uart_port port;
418 struct clk *clk;
420 bool is_atlas7;
421 struct sirfsoc_uart_register *uart_reg;
422 struct dma_chan *rx_dma_chan;
423 struct dma_chan *tx_dma_chan;
424 dma_addr_t tx_dma_addr;
[all …]