Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/include/
Dcedi.h111 #define CEDI_EV_PCS_LP_PAGE_RX (0x00000200) macro
294 …TE|CEDI_EV_RX_USED_READ|CEDI_EV_RX_OVERRUN|CEDI_EV_HRESP_NOT_OK| CEDI_EV_PCS_LP_PAGE_RX|CEDI_EV_PC…
/hal_infineon-3.7.0/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd.c406 if ((selection & CEDI_EV_PCS_LP_PAGE_RX) && in callbacksNullCheck()
409 nullCbEvents |= CEDI_EV_PCS_LP_PAGE_RX; in callbacksNullCheck()
410 selection &= ~CEDI_EV_PCS_LP_PAGE_RX; in callbacksNullCheck()
2174 if (events & CEDI_EV_PCS_LP_PAGE_RX) in emacSetEventEnable()
2315 if (events & CEDI_EV_PCS_LP_PAGE_RX) in emacSetEventEnable()
2476 ret |= CEDI_EV_PCS_LP_PAGE_RX; in emacGetEventEnable()