Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dnxp-tja11xx.c133 return phy_set_bits(phydev, MII_ECTRL, MII_ECTRL_CONFIG_EN); in tja11xx_enable_reg_write()
138 return phy_set_bits(phydev, MII_ECTRL, MII_ECTRL_LINK_CONTROL); in tja11xx_enable_link_control()
158 ret = phy_set_bits(phydev, MII_ECTRL, MII_ECTRL_WAKE_REQUEST); in tja11xx_wakeup()
189 return phy_set_bits(phydev, MII_CFG3, MII_CFG3_PHY_EN); in tja11xx_wakeup()
343 ret = phy_set_bits(phydev, MII_COMMCFG, MII_COMMCFG_AUTO_OP); in tja11xx_config_init()
747 return phy_set_bits(phydev, MII_ECTRL, MII_ECTRL_CABLE_TEST); in tja11xx_cable_test_start()
808 ret = phy_set_bits(phydev, MII_COMMCFG, MII_COMMCFG_AUTO_OP); in tja11xx_cable_test_get_status()
H A Dsmsc.c94 return phy_set_bits(phydev, MII_LAN83C185_CTRL_STATUS, in smsc_phy_config_edpd()
214 int rc = phy_set_bits(phydev, PHY_EDPD_CONFIG, in lan95xx_config_aneg_ext()
H A Dbcm-phy-lib.c645 return phy_set_bits(phydev, MII_BCM54XX_ECR, MII_BCM54XX_ECR_FIFOE); in bcm_phy_enable_jumbo()
H A Dbroadcom.c177 rc = phy_set_bits(phydev, MII_BMCR, BMCR_PDOWN); in bcm54616s_config_init()
H A Dmarvell.c1341 err = phy_set_bits(phydev, MII_88E1510_GEN_CTRL_REG_1, in m88e1510_config_init()
1583 return phy_set_bits(phydev, MII_88E1540_COPPER_CTRL3, in m88e1540_set_fld()
H A Dmicrel.c1565 return phy_set_bits(phydev, 0x1e, BIT(9)); in ksz9131_led_errata()
2064 ret = phy_set_bits(phydev, MII_KSZPHY_CTRL, in ksz886x_config_aneg()
6705 ret = phy_set_bits(phydev, LAN9645X_CTRL_REG, in lan9645x_suspend()
H A Dphy_device.c2817 return phy_set_bits(phydev, MII_BMCR, BMCR_PDOWN); in genphy_suspend()
/linux/drivers/net/phy/mediatek/
H A Dmtk-ge.c81 phy_set_bits(phydev, 0x17, BIT(4)); in mt7531_phy_config_init()
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c1045 return phy_set_bits(phydev, MII_CTRL1000, in rtl8211c_config_init()
1194 ret = phy_set_bits(phydev, RTL8211F_PHYCR2, in rtl8211f_config_clkout_ssc()
1254 ret = phy_set_bits(phydev, RTL8211F_PHYCR2, RTL8211F_SYSCLK_SSC_EN); in rtl8211f_config_sysclk_ssc()
1655 ret = phy_set_bits(phydev, RTL8366RB_POWER_SAVE, in rtl8366rb_config_init()
/linux/drivers/net/phy/qcom/
H A Dat803x.c917 err = phy_set_bits(phydev, AT803X_INTR_ENABLE, value); in at8031_config_intr()
/linux/include/linux/
H A Dphy.h1903 static inline int phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_set_bits() function