Home
last modified time | relevance | path

Searched refs:MSGDMA_CSR_STAT_IRQ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/altera/
H A Daltera_msgdma.c100 csrwr32(MSGDMA_CSR_STAT_IRQ, priv->rx_dma_csr, msgdma_csroffs(status)); in msgdma_clear_rxirq()
105 csrwr32(MSGDMA_CSR_STAT_IRQ, priv->tx_dma_csr, msgdma_csroffs(status)); in msgdma_clear_txirq()
H A Daltera_msgdmahw.h101 #define MSGDMA_CSR_STAT_IRQ BIT(9) macro