Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Dnpcm_gmac.h221 #define NPCM_DMA_STATUS_RU BIT(7) macro
251 NPCM_DMA_STATUS_RU | \
/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c355 gmac->regs[R_NPCM_DMA_STATUS] |= NPCM_DMA_STATUS_RU; in gmac_receive()
443 gmac->regs[R_NPCM_DMA_STATUS] |= NPCM_DMA_STATUS_RU; in gmac_receive()
829 if (v & NPCM_DMA_STATUS_RU) { in npcm_gmac_write()