1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>phy_init_eee</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux Networking and Network Devices APIs"><link rel="up" href="ch02s02.html" title="PHY Support"><link rel="prev" href="API-phy-write-mmd-indirect.html" title="phy_write_mmd_indirect"><link rel="next" href="API-phy-get-eee-err.html" title="phy_get_eee_err"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">phy_init_eee</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-phy-write-mmd-indirect.html">Prev</a> </td><th width="60%" align="center">PHY Support</th><td width="20%" align="right"> <a accesskey="n" href="API-phy-get-eee-err.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-phy-init-eee"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>phy_init_eee — 2 init and check the EEE feature 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">int <b class="fsfunc">phy_init_eee </b>(</code></td><td>struct phy_device * <var class="pdparam">phydev</var>, </td></tr><tr><td> </td><td>bool <var class="pdparam">clk_stop_enable</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div></div><div class="refsect1"><a name="idp1099108516"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>phydev</code></em></span></dt><dd><p> 4 target phy_device struct 5 </p></dd><dt><span class="term"><em class="parameter"><code>clk_stop_enable</code></em></span></dt><dd><p> 6 PHY may stop the clock during LPI 7 </p></dd></dl></div></div><div class="refsect1"><a name="idp1099111180"></a><h2>Description</h2><p> 8 it checks if the Energy-Efficient Ethernet (EEE) 9 is supported by looking at the MMD registers 3.20 and 7.60/61 10 and it programs the MMD register 3.0 setting the <span class="quote">“<span class="quote">Clock stop enable</span>”</span> 11 bit if required. 12</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-phy-write-mmd-indirect.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02s02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-phy-get-eee-err.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">phy_write_mmd_indirect</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">phy_get_eee_err</span></td></tr></table></div></body></html> 13