]> Git Repo - linux.git/blobdiff - include/linux/phy.h
net: dsa: sja1105: Implement state machine for TAS with PTP clock source
[linux.git] / include / linux / phy.h
index 9a0e981df5024778f348f51207585cd944ceb82a..78436d58ce7ced08c59d60b4b39ab113adcb1df1 100644 (file)
@@ -1106,6 +1106,10 @@ int genphy_read_mmd_unsupported(struct phy_device *phdev, int devad,
 int genphy_write_mmd_unsupported(struct phy_device *phdev, int devnum,
                                 u16 regnum, u16 val);
 
+/* Clause 37 */
+int genphy_c37_config_aneg(struct phy_device *phydev);
+int genphy_c37_read_status(struct phy_device *phydev);
+
 /* Clause 45 PHY */
 int genphy_c45_restart_aneg(struct phy_device *phydev);
 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart);
This page took 0.036012 seconds and 4 git commands to generate.