Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/altera/
A Daltera_sgdma.c123 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
126 csrwr32(0, priv->rx_dma_csr, sgdma_csroffs(control)); in sgdma_reset()
152 tse_set_bit(priv->rx_dma_csr, sgdma_csroffs(control), in sgdma_clear_rxirq()
158 tse_set_bit(priv->tx_dma_csr, sgdma_csroffs(control), in sgdma_clear_txirq()
262 csrwr32(0, priv->rx_dma_csr, sgdma_csroffs(control)); in sgdma_rx_status()
369 sgdma_csroffs(next_descrip)); in sgdma_async_read()
373 sgdma_csroffs(control)); in sgdma_async_read()
388 csrwr32(0, priv->tx_dma_csr, sgdma_csroffs(control)); in sgdma_async_write()
396 sgdma_csroffs(next_descrip)); in sgdma_async_write()
400 sgdma_csroffs(control)); in sgdma_async_write()
[all …]
A Daltera_sgdmahw.h94 #define sgdma_csroffs(a) (offsetof(struct sgdma_csr, a)) macro

Completed in 4 milliseconds