Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Dnpcm_gmac.h174 #define NPCM_DMA_STATUS_RO_MASK(word) (word & 0xfffe0000) macro
/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c820 if (NPCM_DMA_STATUS_RO_MASK(v)) { in npcm_gmac_write()