Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dfsl_mcdmafec.c266 if (ievent & FEC_EIR_GRA) { in fec_recv()
472 while ((counter--) && (!(fecp->eir & FEC_EIR_GRA))) ; in fec_halt()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfec.h251 #define FEC_EIR_GRA (0x10000000) macro