Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2.h213 #define XGMAC_PPS_MAXIDX(x) ((((x) + 1) * 8) - 1) macro
216 GENMASK(XGMAC_PPS_MAXIDX(x), XGMAC_PPS_MINIDX(x))
218 GENMASK(XGMAC_PPS_MAXIDX(x) - 1, XGMAC_PPS_MAXIDX(x) - 2) & \
219 ((val) << (XGMAC_PPS_MAXIDX(x) - 2))