Home
last modified time | relevance | path

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

/qemu/include/hw/net/
H A Dnpcm_gmac.h309 #define NPCM_DMA_CONTROL_START_STOP_RX BIT(1) macro
/qemu/hw/net/
H A Dnpcm_gmac.c164 if (!(gmac->regs[R_NPCM_DMA_CONTROL] & NPCM_DMA_CONTROL_START_STOP_RX)) { in gmac_can_receive()
809 if (v & NPCM_DMA_CONTROL_START_STOP_RX) { in npcm_gmac_write()