Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h294 #define CORE_MAC_INTERRUPT_ENABLE_LSIE_SET(value) (((value) << 0) & 0x00000001) macro
Deth_dwc_xgmac.c1247 reg_val = CORE_MAC_INTERRUPT_ENABLE_LSIE_SET(0u); in eth_dwc_xgmac_start_device()