Home
last modified time | relevance | path

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

/src/sys/dev/xilinx/
H A Daxidma.h42 #define AXI_DMASR(n) (0x04 + 0x30 * (n)) /* DMA Status register */ macro
H A Dif_xae.c433 pending = AXIDMA_RD4(sc, AXI_DMASR(AXIDMA_RX_CHAN)); in xae_intr_rx()
435 AXIDMA_WR4(sc, AXI_DMASR(AXIDMA_RX_CHAN), pending); in xae_intr_rx()
449 pending = AXIDMA_RD4(sc, AXI_DMASR(AXIDMA_TX_CHAN)); in xae_intr_tx()
451 AXIDMA_WR4(sc, AXI_DMASR(AXIDMA_TX_CHAN), pending); in xae_intr_tx()