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.c144 case ENET_RCR: in imx_eth_reg_name()
658 s->regs[ENET_RCR] = 0x05ee0001; in imx_eth_reset()
761 case ENET_RCR: in imx_eth_read()
966 case ENET_RCR: in imx_eth_write()
1098 if (size > (s->regs[ENET_RCR] >> 16)) { in imx_fec_receive()
1198 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