Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dxgmac.c99 #define DMA_STATUS_NIS 0x00010000 /* Normal Interrupt Summary */ macro
258 s->regs[DMA_STATUS] |= DMA_STATUS_TI | DMA_STATUS_NIS; in xgmac_enet_send()
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/stmicro/stmmac/
H A Ddwmac_dma.h114 #define DMA_STATUS_NIS 0x00010000 /* Normal Interrupt Summary */ macro
131 #define DMA_STATUS_MSK_COMMON (DMA_STATUS_NIS | \
H A Ddwmac_lib.c212 if (likely(intr_status & DMA_STATUS_NIS)) { in dwmac_dma_interrupt()
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c224 #define DMA_STATUS_NIS 0x00010000 /* Normal Interrupt Summary */ macro
929 writel(DMA_STATUS_TU | DMA_STATUS_TPS | DMA_STATUS_NIS | DMA_STATUS_AIS, in xgmac_tx_timeout_work()