Searched refs:DMA_CH_IER (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_dev.c | 743 AXGMAC_SET_BITS(dma_ch_ier, DMA_CH_IER, NIE, 0); in axgbe_enable_dma_interrupts() 744 AXGMAC_SET_BITS(dma_ch_ier, DMA_CH_IER, AIE, 1); in axgbe_enable_dma_interrupts() 745 AXGMAC_SET_BITS(dma_ch_ier, DMA_CH_IER, FBEE, 1); in axgbe_enable_dma_interrupts() 753 AXGMAC_SET_BITS(dma_ch_ier, DMA_CH_IER, RBUE, 0); in axgbe_enable_dma_interrupts() 755 AXGMAC_DMA_IOWRITE(txq, DMA_CH_IER, dma_ch_ier); in axgbe_enable_dma_interrupts()
|
| H A D | axgbe_regs.h | 29 DMA_CH_IER, /* DMA Interrupt Enable */
|
| H A D | axgbe_common.h | 154 #define DMA_CH_IER 0x38 macro
|