Searched refs:tx_dma_csr (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 | 133 csrwr32(SGDMA_CTRLREG_RESET, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset() 134 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset() 169 tse_set_bit(priv->tx_dma_csr, sgdma_csroffs(control), in sgdma_clear_txirq() 399 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_async_write() 400 csrwr32(0x1f, priv->tx_dma_csr, sgdma_csroffs(status)); in sgdma_async_write() 406 priv->tx_dma_csr, in sgdma_async_write() 410 priv->tx_dma_csr, in sgdma_async_write() 528 while ((csrrd32(priv->tx_dma_csr, sgdma_csroffs(status)) in sgdma_txbusy() 532 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 | 1410 &priv->tx_dma_csr); in altera_tse_probe()
|