Searched defs:omap_uart_port_info (Results 1 – 1 of 1) sorted by relevance
64 struct omap_uart_port_info { struct65 bool dma_enabled; /* To specify DMA Mode */66 unsigned int uartclk; /* UART clock rate */67 upf_t flags; /* UPF_* flags */68 u32 errata;69 unsigned int dma_rx_buf_size;70 unsigned int dma_rx_timeout;71 unsigned int autosuspend_timeout;72 unsigned int dma_rx_poll_rate;74 int (*get_context_loss_count)(struct device *);[all …]