Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/altera/
H A Daltera_msgdma.c32 msgdma_csroffs(status)); in msgdma_reset()
34 msgdma_csroffs(control)); in msgdma_reset()
38 if (tse_bit_is_clear(priv->rx_dma_csr, msgdma_csroffs(status), in msgdma_reset()
53 msgdma_csroffs(status)); in msgdma_reset()
56 msgdma_csroffs(control)); in msgdma_reset()
60 if (tse_bit_is_clear(priv->tx_dma_csr, msgdma_csroffs(status), in msgdma_reset()
76 tse_clear_bit(priv->rx_dma_csr, msgdma_csroffs(control), in msgdma_disable_rxirq()
82 tse_set_bit(priv->rx_dma_csr, msgdma_csroffs(control), in msgdma_enable_rxirq()
88 tse_clear_bit(priv->tx_dma_csr, msgdma_csroffs(control), in msgdma_disable_txirq()
94 tse_set_bit(priv->tx_dma_csr, msgdma_csroffs(control), in msgdma_enable_txirq()
[all …]
H A Daltera_msgdmahw.h139 #define msgdma_csroffs(a) (offsetof(struct msgdma_csr, a)) macro