Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h258 #define CORE_MAC_TX_CONFIGURATION_JD_SET(value) (((value) << 16) & 0x00010000) macro
Deth_dwc_xgmac.c501 reg_val = CORE_MAC_TX_CONFIGURATION_JD_SET(SET_BIT); in dwxgmac_mac_init()