Searched refs:EMAC_INT_RX (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/net/ | ||
H A D | allwinner_emac.h | 128 #define EMAC_INT_RX (1 << 8) macro |
/openbmc/qemu/hw/net/ | ||
H A D | allwinner_emac.c | 222 s->int_sta |= EMAC_INT_RX; in aw_emac_receive() |