Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h62 #define IEVENT_XFUN (1 << 16) macro
84 IEVENT_XFUN | IEVENT_BSY | IEVENT_MSRO | IEVENT_MMRD | \
/openbmc/u-boot/include/
H A Dfsl_dtsec.h131 #define IEVENT_XFUN 0x00010000 /* Transmit FIFO underrun */ macro
H A Dtsec.h154 #define IEVENT_XFUN 0x00010000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h305 #define IEVENT_XFUN 0x00010000 macro
321 | IEVENT_CRL | IEVENT_XFUN | IEVENT_DPE | IEVENT_PERR \
H A Dgianfar.c2696 if (events & IEVENT_XFUN) { in gfar_error()