Searched refs:msgdma_csroffs (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/altera/ |
D | altera_msgdma.c | 43 msgdma_csroffs(status)); in msgdma_reset() 45 msgdma_csroffs(control)); in msgdma_reset() 49 if (tse_bit_is_clear(priv->rx_dma_csr, msgdma_csroffs(status), in msgdma_reset() 60 csrwr32(MSGDMA_CSR_STAT_MASK, priv->rx_dma_csr, msgdma_csroffs(status)); in msgdma_reset() 64 msgdma_csroffs(status)); in msgdma_reset() 67 msgdma_csroffs(control)); in msgdma_reset() 71 if (tse_bit_is_clear(priv->tx_dma_csr, msgdma_csroffs(status), in msgdma_reset() 82 csrwr32(MSGDMA_CSR_STAT_MASK, priv->tx_dma_csr, msgdma_csroffs(status)); in msgdma_reset() 87 tse_clear_bit(priv->rx_dma_csr, msgdma_csroffs(control), in msgdma_disable_rxirq() 93 tse_set_bit(priv->rx_dma_csr, msgdma_csroffs(control), in msgdma_enable_rxirq() [all …]
|
D | altera_msgdmahw.h | 150 #define msgdma_csroffs(a) (offsetof(struct msgdma_csr, a)) macro
|