Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dnxp-tja11xx.c125 return phy_clear_bits(phydev, MII_ECTRL, MII_ECTRL_LINK_CONTROL); in tja11xx_disable_link_control()
144 ret = phy_clear_bits(phydev, MII_ECTRL, MII_ECTRL_WAKE_REQUEST); in tja11xx_wakeup()
281 ret = phy_clear_bits(phydev, MII_CFG1, MII_CFG1_SLEEP_CONFIRM); in tja11xx_config_init()
611 ret = phy_clear_bits(phydev, MII_COMMCFG, MII_COMMCFG_AUTO_OP); in tja11xx_cable_test_start()
H A Dadin.c317 return phy_clear_bits(phydev, ADIN1300_PHY_CTRL2, in adin_set_downshift()
362 return phy_clear_bits(phydev, ADIN1300_PHY_CTRL_STATUS2, in adin_set_edpd()
452 return phy_clear_bits(phydev, ADIN1300_INT_MASK_REG, in adin_phy_config_intr()
H A Ddp83867.c382 return phy_clear_bits(phydev, DP83867_CFG2, in dp83867_set_downshift()
830 val = phy_clear_bits(phydev, DP83867_CFG2, in dp83867_link_change_notify()
H A Dbroadcom.c151 rc = phy_clear_bits(phydev, MII_BMCR, BMCR_PDOWN); in bcm54616s_config_init()
162 return phy_clear_bits(phydev, MII_BMCR, BMCR_PDOWN); in bcm54616s_config_init()
H A Dmarvell.c872 err = phy_clear_bits(phydev, MII_M1111_PHY_EXT_CR, in m88e1111_set_downshift()
936 err = phy_clear_bits(phydev, MII_M1011_PHY_SCR, in m88e1011_set_downshift()
1262 return phy_clear_bits(phydev, MII_88E1540_COPPER_CTRL3, in m88e1540_set_fld()
H A Ddp83869.c408 return phy_clear_bits(phydev, DP83869_CFG2, in dp83869_set_downshift()
H A Dmicrel.c387 phy_clear_bits(phydev, MII_KSZPHY_OMSO, KSZPHY_OMSO_FACTORY_TEST); in ksz8081_config_init()
H A Dphy_device.c2588 return phy_clear_bits(phydev, MII_BMCR, BMCR_PDOWN); in genphy_resume()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A Dr8169_phy_config.c504 phy_clear_bits(phydev, 0x03, 0xe000); in rtl8168d_1_hw_phy_config()
542 phy_clear_bits(phydev, 0x03, 0xe000); in rtl8168d_2_hw_phy_config()
797 phy_clear_bits(phydev, 0x19, BIT(0)); in rtl8411_hw_phy_config()
798 phy_clear_bits(phydev, 0x10, BIT(10)); in rtl8411_hw_phy_config()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c410 static inline void phy_clear_bits(void __iomem *reg, u32 bits) in phy_clear_bits() function
2737 phy_clear_bits(rphy->phy_base + 0x30, BIT(2)); in rk3528_usb2phy_tuning()
2740 phy_clear_bits(rphy->phy_base + 0x430, BIT(2)); in rk3528_usb2phy_tuning()
2762 phy_clear_bits(rphy->phy_base + 0x0030, BIT(2)); in rk3562_usb2phy_tuning()
2763 phy_clear_bits(rphy->phy_base + 0x0430, BIT(2)); in rk3562_usb2phy_tuning()
2790 phy_clear_bits(rphy->phy_base + 0x30, BIT(2)); in rk3568_usb2phy_tuning()
2838 phy_clear_bits(rphy->phy_base + 0x100, BIT(6)); in rv1106_usb2phy_tuning()
2862 phy_clear_bits(rphy->phy_base + vbus_det_en->offset, BIT(7)); in rockchip_usb2phy_vbus_det_control()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h1143 static inline int phy_clear_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_clear_bits() function