Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/
H A Dmt7530.h354 #define LPI_THRESH_MASK GENMASK(15, 4) macro
356 #define SET_LPI_THRESH(x) (((x) << LPI_THRESH_SHT) & LPI_THRESH_MASK)
357 #define GET_LPI_THRESH(x) (((x) & LPI_THRESH_MASK) >> LPI_THRESH_SHT)
H A Dmt7530.c3284 u32 set, mask = LPI_THRESH_MASK | LPI_MODE_EN; in mt753x_set_mac_eee()