Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/phy/
H A Dmxl-gpy.c43 #define PHY_MIISTAT_SPD_MASK GENMASK(2, 0) macro
347 FIELD_GET(PHY_MIISTAT_SPD_MASK, ret) != PHY_MIISTAT_SPD_2500) in gpy_2500basex_chk()
598 switch (FIELD_GET(PHY_MIISTAT_SPD_MASK, ret)) { in gpy_read_status()