Searched defs:amba_pl011_data (Results 1 – 1 of 1) sorted by relevance
229 struct amba_pl011_data { struct230 bool (*dma_filter)(struct dma_chan *chan, void *filter_param);231 void *dma_rx_param;232 void *dma_tx_param;233 bool dma_rx_poll_enable;234 unsigned int dma_rx_poll_rate;235 unsigned int dma_rx_poll_timeout;236 void (*init) (void);237 void (*exit) (void);