PPS_MAXIDX 17 drivers/net/ethernet/stmicro/stmmac/dwmac5.h #define PPSx_MASK(x) GENMASK(PPS_MAXIDX(x), PPS_MINIDX(x)) PPS_MAXIDX 18 drivers/net/ethernet/stmicro/stmmac/dwmac5.h #define MCGRENx(x) BIT(PPS_MAXIDX(x)) PPS_MAXIDX 20 drivers/net/ethernet/stmicro/stmmac/dwmac5.h GENMASK(PPS_MAXIDX(x) - 1, PPS_MAXIDX(x) - 2) & \ PPS_MAXIDX 21 drivers/net/ethernet/stmicro/stmmac/dwmac5.h ((val) << (PPS_MAXIDX(x) - 2))