Searched defs:atmel_uart_data (Results 1 – 2 of 2) sorted by relevance
36 struct atmel_uart_data { struct37 int num; /* port num */38 short use_dma_tx; /* use transmit DMA? */39 short use_dma_rx; /* use receive DMA? */40 void __iomem *regs; /* virtual base address, if any */41 struct serial_rs485 rs485; /* rs485 settings */
138 struct atmel_uart_data { struct139 int num; /* port num */140 short use_dma_tx; /* use transmit DMA? */141 short use_dma_rx; /* use receive DMA? */142 void __iomem *regs; /* virt. base address, if any */143 struct serial_rs485 rs485; /* rs485 settings */