Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2.h33 #define XGMAC_CONFIG_HDSMS GENMASK(14, 12) macro
35 #define XGMAC_CONFIG_HDSMS_256 FIELD_PREP(XGMAC_CONFIG_HDSMS, 0x2)
H A Ddwxgmac2_dma.c550 value &= ~XGMAC_CONFIG_HDSMS; in dwxgmac2_enable_sph()