Home
last modified time | relevance | path

Searched refs:IEVENT_RXC (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h74 #define IEVENT_RXC (1 << 30) macro
81 IEVENT_RXC | IEVENT_BABR | IEVENT_BABT | IEVENT_LC | \
/openbmc/u-boot/include/
H A Dfsl_dtsec.h123 #define IEVENT_RXC 0x40000000 /* pause control frame received */ macro
H A Dtsec.h141 #define IEVENT_RXC 0x40000000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h293 #define IEVENT_RXC 0x40000000 macro
319 (IEVENT_RXC | IEVENT_BSY | IEVENT_EBERR | IEVENT_MSRO | \
H A Dgianfar.c2735 if (events & IEVENT_RXC) in gfar_error()