Searched refs:YTPHY_WOL_CONFIG_REG (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/phy/ |
H A D | motorcomm.c | 226 #define YTPHY_WOL_CONFIG_REG 0xA00A macro 507 * NOTE: YTPHY_WOL_CONFIG_REG is common ext reg. 517 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG); in ytphy_get_wol() 530 * NOTE: YTPHY_WOL_CONFIG_REG, YTPHY_WOL_MACADDR2_REG, YTPHY_WOL_MACADDR1_REG 578 ret = ytphy_modify_ext(phydev, YTPHY_WOL_CONFIG_REG, mask, val); in ytphy_set_wol() 595 ret = ytphy_modify_ext(phydev, YTPHY_WOL_CONFIG_REG, mask, 0); in ytphy_set_wol() 637 ret = ytphy_modify_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG, in yt8531_set_wol() 650 ret = ytphy_modify_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG, in yt8531_set_wol() 1601 /* YTPHY_WOL_CONFIG_REG is common ext reg */ in yt8521_suspend() 1602 wol_config = ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG); in yt8521_suspend() [all...] |