Home
last modified time | relevance | path

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

/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()