Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Datmel_serial.c111 struct atmel_uart_port { struct
112 struct uart_port uart; /* uart */
113 struct clk *clk; /* uart clock */
114 struct clk *gclk; /* uart generic clock */
115 int may_wakeup; /* cached value of device_may_wakeup for times we need to disable it */
116 u32 backup_imr; /* IMR saved during suspend */
117 int break_active; /* break being received */
119 bool use_dma_rx; /* enable DMA receiver */
120 bool use_pdc_rx; /* enable PDC receiver */
121 short pdc_rx_idx; /* current PDC RX buffer */
[all …]