Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Datmel_serial.c115 struct atmel_uart_port { struct
116 struct uart_port uart; /* uart */
117 struct clk *clk; /* uart clock */
118 int may_wakeup; /* cached value of device_may_wakeup for times we need to disable it */
119 u32 backup_imr; /* IMR saved during suspend */
120 int break_active; /* break being received */
122 bool use_dma_rx; /* enable DMA receiver */
123 bool use_pdc_rx; /* enable PDC receiver */
124 short pdc_rx_idx; /* current PDC RX buffer */
125 struct atmel_dma_buffer pdc_rx[2]; /* PDC receier */
[all …]