Searched refs:tx_dma_csr (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/altera/ |
D | altera_msgdma.c | 63 csrwr32(MSGDMA_CSR_STAT_MASK, priv->tx_dma_csr, in msgdma_reset() 66 csrwr32(MSGDMA_CSR_CTL_RESET, priv->tx_dma_csr, 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() 99 tse_clear_bit(priv->tx_dma_csr, msgdma_csroffs(control), in msgdma_disable_txirq() 105 tse_set_bit(priv->tx_dma_csr, msgdma_csroffs(control), in msgdma_enable_txirq() 116 csrwr32(MSGDMA_CSR_STAT_IRQ, priv->tx_dma_csr, msgdma_csroffs(status)); in msgdma_clear_txirq() 144 inuse = csrrd32(priv->tx_dma_csr, msgdma_csroffs(rw_fill_level)) in msgdma_tx_completions() 151 status = csrrd32(priv->tx_dma_csr, msgdma_csroffs(status)); in msgdma_tx_completions()
|
D | altera_sgdma.c | 135 csrwr32(SGDMA_CTRLREG_RESET, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset() 136 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset() 171 tse_set_bit(priv->tx_dma_csr, sgdma_csroffs(control), in sgdma_clear_txirq() 401 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_async_write() 402 csrwr32(0x1f, priv->tx_dma_csr, sgdma_csroffs(status)); in sgdma_async_write() 408 priv->tx_dma_csr, in sgdma_async_write() 412 priv->tx_dma_csr, in sgdma_async_write() 530 while ((csrrd32(priv->tx_dma_csr, sgdma_csroffs(status)) in sgdma_txbusy() 534 if (csrrd32(priv->tx_dma_csr, sgdma_csroffs(status)) in sgdma_txbusy()
|
D | altera_tse.h | 423 void __iomem *tx_dma_csr; member
|
D | altera_tse_main.c | 1378 &priv->tx_dma_csr); in altera_tse_probe()
|