Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dimx_fec.c145 case ENET_RCR: in imx_eth_reg_name()
659 s->regs[ENET_RCR] = 0x05ee0001; in imx_eth_reset()
762 case ENET_RCR: in imx_eth_read()
967 case ENET_RCR: in imx_eth_write()
1099 if (size > (s->regs[ENET_RCR] >> 16)) { in imx_fec_receive()
1199 if (size > (s->regs[ENET_RCR] >> 16)) { in imx_enet_receive()
/openbmc/qemu/include/hw/net/
H A Dimx_fec.h44 #define ENET_RCR 33 macro