Searched defs:atmel_uart_port (Results 1 – 1 of 1) sorted by relevance
139 struct atmel_uart_port { struct140 struct uart_port uart; /* uart */141 struct clk *clk; /* uart clock */142 int may_wakeup; /* cached value of device_may_wakeup for times we need to disable it */143 u32 backup_imr; /* IMR saved during suspend */144 int break_active; /* break being received */146 bool use_dma_rx; /* enable DMA receiver */147 bool use_pdc_rx; /* enable PDC receiver */148 short pdc_rx_idx; /* current PDC RX buffer */149 struct atmel_dma_buffer pdc_rx[2]; /* PDC receier */[all …]