Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dimx_fec.c130 case ENET_EIMR: in imx_eth_reg_name()
459 if (s->regs[ENET_EIR] & s->regs[ENET_EIMR] & in imx_eth_update()
466 if (s->regs[ENET_EIR] & s->regs[ENET_EIMR] & ENET_INT_MAC) { in imx_eth_update()
754 case ENET_EIMR: in imx_eth_read()
900 case ENET_EIMR: in imx_eth_write()
/openbmc/qemu/include/hw/net/
H A Dimx_fec.h37 #define ENET_EIMR 2 macro