Searched refs:phy_set_bits (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/net/phy/ |
D | nxp-tja11xx.c | 105 return phy_set_bits(phydev, MII_ECTRL, MII_ECTRL_CONFIG_EN); in tja11xx_enable_reg_write() 110 return phy_set_bits(phydev, MII_ECTRL, MII_ECTRL_LINK_CONTROL); in tja11xx_enable_link_control() 125 ret = phy_set_bits(phydev, MII_ECTRL, MII_ECTRL_WAKE_REQUEST); in tja11xx_wakeup() 193 ret = phy_set_bits(phydev, MII_COMMCFG, MII_COMMCFG_AUTO_OP); in tja11xx_config_init()
|
D | realtek.c | 168 return phy_set_bits(phydev, MII_CTRL1000, in rtl8211c_config_init() 259 ret = phy_set_bits(phydev, RTL8366RB_POWER_SAVE, in rtl8366rb_config_init()
|
D | adin.c | 332 return phy_set_bits(phydev, ADIN1300_PHY_CTRL2, in adin_set_downshift() 449 return phy_set_bits(phydev, ADIN1300_INT_MASK_REG, in adin_phy_config_intr()
|
D | marvell.c | 1110 return phy_set_bits(phydev, MII_88E1540_COPPER_CTRL3, in m88e1540_set_fld()
|
D | phy_device.c | 1991 return phy_set_bits(phydev, MII_BMCR, BMCR_PDOWN); in genphy_suspend()
|
/Linux-v5.4/include/linux/ |
D | phy.h | 834 static inline int phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_set_bits() function
|
/Linux-v5.4/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 2292 phy_set_bits(phydev, 0x15, BIT(8)); in rtl8168f_config_eee_phy() 2296 phy_set_bits(phydev, 0x06, BIT(13)); in rtl8168f_config_eee_phy() 3234 phy_set_bits(phydev, 0x10, BIT(12) | BIT(1) | BIT(0)); in rtl8168g_phy_adjust_10m_aldps() 3684 phy_set_bits(phydev, 0x14, BIT(8)); in rtl8125_1_hw_phy_config() 3760 phy_set_bits(phydev, 0x14, BIT(8)); in rtl8125_2_hw_phy_config()
|