Lines Matching defs:wol_config
435 int wol_config;
440 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
441 if (wol_config < 0)
444 if (wol_config & YTPHY_WCR_ENABLE)
1523 int wol_config;
1526 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
1527 if (wol_config < 0)
1528 return wol_config;
1531 if (wol_config & YTPHY_WCR_ENABLE)
1546 int wol_config;
1555 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
1556 if (wol_config < 0)
1557 return wol_config;
1560 if (wol_config & YTPHY_WCR_ENABLE)