Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dmotorcomm.c136 * We can use ytphy_read_ext/ytphy_write_ext/ytphy_modify_ext function to
454 * ytphy_modify_ext() - bits modify a PHY's extended register
466 static int ytphy_modify_ext(struct phy_device *phydev, u16 regnum, u16 mask, in ytphy_modify_ext() function
496 ret = ytphy_modify_ext(phydev, regnum, mask, set); in ytphy_modify_ext_with_lock()
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()
774 return ytphy_modify_ext(phydev, YT8521_REG_SPACE_SELECT_REG, mask, set); in yt8521_write_page()
903 ret = ytphy_modify_ext(phydev, YT8521_CHIP_CONFIG_REG, in ytphy_rgmii_clk_delay_config()
910 return ytphy_modify_ext(phydev, YT8521_RGMII_CONFIG1_REG, mask, val); in ytphy_rgmii_clk_delay_config()
1667 ret = ytphy_modify_ext(phyde in yt8521_config_init()
[all...]