Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4.h174 #define GMAC_CONFIG_HDSMS GENMASK(22, 20) macro
175 #define GMAC_CONFIG_HDSMS_256 FIELD_PREP_CONST(GMAC_CONFIG_HDSMS, 0x2)
H A Ddwmac4_dma.c507 value &= ~GMAC_CONFIG_HDSMS; in dwmac4_enable_sph()