Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h256 #define CORE_MAC_TX_CONFIGURATION_SS_SET(value) (((value) << 29) & 0xe0000000) macro
Deth_dwc_xgmac.c453 reg_val |= CORE_MAC_TX_CONFIGURATION_SS_SET(CORE_MAC_TX_CONFIGURATION_SS_10MHZ); in eth_dwc_xgmac_update_link_speed()
457 reg_val |= CORE_MAC_TX_CONFIGURATION_SS_SET(CORE_MAC_TX_CONFIGURATION_SS_100MHZ); in eth_dwc_xgmac_update_link_speed()
461 reg_val |= CORE_MAC_TX_CONFIGURATION_SS_SET(CORE_MAC_TX_CONFIGURATION_SS_1000MHZ); in eth_dwc_xgmac_update_link_speed()