Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h264 #define CORE_MAC_RX_CONFIGURATION_GPSLCE_SET(value) (((value) << 6) & 0x00000040) macro
Deth_dwc_xgmac.c509 reg_val = CORE_MAC_RX_CONFIGURATION_GPSLCE_SET(SET_BIT) | in dwxgmac_mac_init()