Home
last modified time | relevance | path

Searched refs:clk_stop_enable (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/phy/
H A Dphy.c1827 int phy_eee_rx_clock_stop(struct phy_device *phydev, bool clk_stop_enable) in phy_eee_rx_clock_stop() argument
1834 clk_stop_enable ? MDIO_PCS_CTRL1_CLKSTOP_EN : 0); in phy_eee_rx_clock_stop()
1848 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable) in phy_init_eee() argument
1861 if (clk_stop_enable) in phy_init_eee()
/linux-6.15/include/linux/
H A Dphy.h2062 int phy_eee_rx_clock_stop(struct phy_device *phydev, bool clk_stop_enable);
2063 int phy_init_eee(struct phy_device *phydev, bool clk_stop_enable);