Home
last modified time | relevance | path

Searched refs:DMA_STATUS (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/net/
H A Dxgmac.c75 #define DMA_STATUS 0x000003c5 /* Status Register */ macro
258 s->regs[DMA_STATUS] |= DMA_STATUS_TI | DMA_STATUS_NIS; in xgmac_enet_send()
268 int stat = s->regs[DMA_STATUS] & s->regs[DMA_INTR_ENA]; in enet_update_irq()
304 case DMA_STATUS: in enet_write()
305 s->regs[DMA_STATUS] = s->regs[DMA_STATUS] & ~value; in enet_write()
350 s->regs[DMA_STATUS] |= DMA_STATUS_RI | DMA_STATUS_NIS; in eth_rx()
357 s->regs[DMA_STATUS] |= DMA_STATUS_RU | DMA_STATUS_AIS; in eth_rx()
377 s->regs[DMA_STATUS] |= DMA_STATUS_RI | DMA_STATUS_NIS; in eth_rx()
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.h81 STAT_MAC_REG(DMA_STATUS), STAT_MAC_REG(DMA_TRIGGER),
96 STAT_PTA_REG(DMA_STATUS), STAT_PTA_REG(DMA_MODE_CTRL),
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c168 u32 intr_status = readl(ioaddr + DMA_STATUS); in dwmac_dma_interrupt()
238 writel((intr_status & 0x1ffff), ioaddr + DMA_STATUS); in dwmac_dma_interrupt()
H A Ddwmac_dma.h20 #define DMA_STATUS 0x00001014 /* Status Register */ macro
H A Ddwmac4_dma.h20 #define DMA_STATUS 0x00001008 macro
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c185 DMA_STATUS, enumerator
221 [DMA_STATUS] = 0x08,
257 [DMA_STATUS] = 0x08,
284 [DMA_STATUS] = 0x04,
2983 reg = bcmgenet_tdma_readl(priv, DMA_STATUS); in bcmgenet_dma_teardown()
3006 reg = bcmgenet_rdma_readl(priv, DMA_STATUS); in bcmgenet_dma_teardown()