Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dmdio.h36 #define MDIO_PCS_EEE_ABLE 20 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dmdio.h49 #define MDIO_PCS_EEE_ABLE 20 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dmdio.h47 #define MDIO_PCS_EEE_ABLE 20 /* EEE Capability register */ macro
/kernel/linux/linux-5.10/drivers/net/phy/
Dphy.c1336 eee_cap = phy_read_mmd(phydev, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE); in phy_init_eee()
1408 val = phy_read_mmd(phydev, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE); in phy_ethtool_get_eee()
1447 cap = phy_read_mmd(phydev, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE); in phy_ethtool_set_eee()
Drealtek.c391 if (devnum == MDIO_MMD_PCS && regnum == MDIO_PCS_EEE_ABLE) { in rtlgen_read_mmd()
Dbcm7xxx.c427 case MDIO_PCS_EEE_ABLE: in bcm7xxx_28nm_ephy_regnum_to_shd()
Dadin.c149 { MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE, ADIN1300_EEE_CAP_REG },
/kernel/linux/linux-5.10/drivers/net/usb/
Dax88179_178a.c713 val = ax88179_phy_read_mmd_indirect(dev, MDIO_PCS_EEE_ABLE, in ax88179_ethtool_get_eee()
757 MDIO_PCS_EEE_ABLE, in ax88179_chk_eee()
Dr8152.c6070 val = r8152_mmd_read(tp, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE); in r8152_get_eee()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
Dr8169_main.c1938 adv = phy_read_mmd(phydev, MDIO_MMD_PCS, MDIO_PCS_EEE_ABLE); in rtl_enable_eee()