Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h71 #define IEVENT_MSRO (1 << 26) macro
84 IEVENT_XFUN | IEVENT_BSY | IEVENT_MSRO | IEVENT_MMRD | \
/openbmc/u-boot/include/
H A Dfsl_dtsec.h124 #define IEVENT_MSRO 0x04000000 /* MIB counter overflow */ macro
H A Dtsec.h144 #define IEVENT_MSRO 0x04000000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h296 #define IEVENT_MSRO 0x04000000 macro
319 (IEVENT_RXC | IEVENT_BSY | IEVENT_EBERR | IEVENT_MSRO | \
H A Dgianfar.c2706 if (events & IEVENT_MSRO) { in gfar_error()