Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds