Searched refs:YTPHY_WOL_CONFIG_REG (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | motorcomm.c | 226 #define YTPHY_WOL_CONFIG_REG 0xA00A macro 430 * NOTE: YTPHY_WOL_CONFIG_REG is common ext reg. 440 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG); in ytphy_get_wol() 453 * NOTE: YTPHY_WOL_CONFIG_REG, YTPHY_WOL_MACADDR2_REG, YTPHY_WOL_MACADDR1_REG 501 ret = ytphy_modify_ext(phydev, YTPHY_WOL_CONFIG_REG, mask, val); in ytphy_set_wol() 518 ret = ytphy_modify_ext(phydev, YTPHY_WOL_CONFIG_REG, mask, 0); in ytphy_set_wol() 560 ret = ytphy_modify_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG, in yt8531_set_wol() 573 ret = ytphy_modify_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG, in yt8531_set_wol() 1525 /* YTPHY_WOL_CONFIG_REG is common ext reg */ in yt8521_suspend() 1526 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG); in yt8521_suspend() [all...] |
Completed in 3 milliseconds