Searched defs:altera_dmaops (Results 1 – 1 of 1) sorted by relevance
396 struct altera_dmaops { struct397 int altera_dtype;398 int dmamask;399 void (*reset_dma)(struct altera_tse_private *);400 void (*enable_txirq)(struct altera_tse_private *);401 void (*enable_rxirq)(struct altera_tse_private *);402 void (*disable_txirq)(struct altera_tse_private *);403 void (*disable_rxirq)(struct altera_tse_private *);404 void (*clear_txirq)(struct altera_tse_private *);405 void (*clear_rxirq)(struct altera_tse_private *);[all …]