Home
last modified time | relevance | path

Searched refs:DMA_STATUS_RI (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h122 #define DMA_STATUS_RI 0x00000040 /* Receive Interrupt */ macro
139 DMA_STATUS_RI | \
H A Ddwmac_lib.c213 if (likely(intr_status & DMA_STATUS_RI)) { in dwmac_dma_interrupt()
/openbmc/qemu/hw/net/
H A Dxgmac.c107 #define DMA_STATUS_RI 0x00000040 /* Receive Interrupt */ macro
350 s->regs[DMA_STATUS] |= DMA_STATUS_RI | DMA_STATUS_NIS; in eth_rx()
377 s->regs[DMA_STATUS] |= DMA_STATUS_RI | DMA_STATUS_NIS; in eth_rx()
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c232 #define DMA_STATUS_RI 0x00000040 /* Receive Interrupt */ macro
1422 if (intr_status & (DMA_STATUS_RI | DMA_STATUS_TU | DMA_STATUS_TI)) { in xgmac_interrupt()