Searched refs:AXI_DMACR (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/xilinx/ |
| H A D | axidma.c | 133 AXIDMA_WR4(sc, AXI_DMACR(chan_id), DMACR_RESET); in axidma_reset() 138 if ((AXIDMA_RD4(sc, AXI_DMACR(chan_id)) & DMACR_RESET) == 0) in axidma_reset() 148 __func__, AXIDMA_RD4(sc, AXI_DMACR(chan_id))); in axidma_reset()
|
| H A D | axidma.h | 36 #define AXI_DMACR(n) (0x00 + 0x30 * (n)) /* DMA Control register */ macro
|
| H A D | if_xae.c | 1126 reg = AXIDMA_RD4(sc, AXI_DMACR(AXIDMA_TX_CHAN)); in xae_setup_dma() 1128 AXIDMA_WR4(sc, AXI_DMACR(AXIDMA_TX_CHAN), reg); in xae_setup_dma() 1130 AXIDMA_WR4(sc, AXI_DMACR(AXIDMA_TX_CHAN), reg); in xae_setup_dma() 1133 reg = AXIDMA_RD4(sc, AXI_DMACR(AXIDMA_RX_CHAN)); in xae_setup_dma() 1135 AXIDMA_WR4(sc, AXI_DMACR(AXIDMA_RX_CHAN), reg); in xae_setup_dma() 1137 AXIDMA_WR4(sc, AXI_DMACR(AXIDMA_RX_CHAN), reg); in xae_setup_dma()
|