Searched defs:altera_dmaops (Results 1 – 1 of 1) sorted by relevance
385 struct altera_dmaops { struct386 int altera_dtype;387 int dmamask;388 void (*reset_dma)(struct altera_tse_private *);389 void (*enable_txirq)(struct altera_tse_private *);390 void (*enable_rxirq)(struct altera_tse_private *);391 void (*disable_txirq)(struct altera_tse_private *);392 void (*disable_rxirq)(struct altera_tse_private *);393 void (*clear_txirq)(struct altera_tse_private *);394 void (*clear_rxirq)(struct altera_tse_private *);[all …]