aboutsummaryrefslogtreecommitdiff
path: root/doc/device-tree/nx.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/device-tree/nx.html')
-rw-r--r--doc/device-tree/nx.html58
1 files changed, 29 insertions, 29 deletions
diff --git a/doc/device-tree/nx.html b/doc/device-tree/nx.html
index ecd0887..a663e3d 100644
--- a/doc/device-tree/nx.html
+++ b/doc/device-tree/nx.html
@@ -1,21 +1,20 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
<head>
- <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Nest (NX) Accelerator Coprocessor &#8212; skiboot d6d8386
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
+
+ <title>Nest (NX) Accelerator Coprocessor &#8212; skiboot e6cda17
documentation</title>
- <link rel="stylesheet" href="../_static/classic.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
+ <link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
+ <link rel="stylesheet" type="text/css" href="../_static/classic.css" />
- <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <script type="text/javascript" src="../_static/language_data.js"></script>
+ <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
+ <script src="../_static/jquery.js"></script>
+ <script src="../_static/underscore.js"></script>
+ <script src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
@@ -34,9 +33,10 @@
<li class="right" >
<a href="nvlink.html" title="Nvlink Device Tree Bindings"
accesskey="P">previous</a> |</li>
- <li class="nav-item nav-item-0"><a href="../index.html">skiboot d6d8386
+ <li class="nav-item nav-item-0"><a href="../index.html">skiboot e6cda17
documentation</a> &#187;</li>
- <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Device Tree</a> &#187;</li>
+ <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Device Tree</a> &#187;</li>
+ <li class="nav-item nav-item-this"><a href="">Nest (NX) Accelerator Coprocessor</a></li>
</ul>
</div>
@@ -45,7 +45,7 @@
<div class="bodywrapper">
<div class="body" role="main">
- <div class="section" id="nest-nx-accelerator-coprocessor">
+ <section id="nest-nx-accelerator-coprocessor">
<h1>Nest (NX) Accelerator Coprocessor<a class="headerlink" href="#nest-nx-accelerator-coprocessor" title="Permalink to this headline">¶</a></h1>
<p>The NX coprocessor is present in P7+ or later processors. Each NX node
represents a unique NX coprocessor. The nodes are located under an
@@ -55,7 +55,7 @@ xscom node, as:</p>
</div>
<p>With unique xscom and nx addresses. Their compatible node contains
“ibm,power-nx”.</p>
-<div class="section" id="nx-compression-coprocessor">
+<section id="nx-compression-coprocessor">
<h2>NX Compression Coprocessor<a class="headerlink" href="#nx-compression-coprocessor" title="Permalink to this headline">¶</a></h2>
<p>This is the memory compression coprocessor. which uses the IBM proprietary
842 compression algorithm and format. Each NX node contains an 842 engine.</p>
@@ -99,8 +99,8 @@ normal FIFOs for each 842 and GZIP engines.</p>
<p>During initialization, the driver invokes VAS interface for each coprocessor
type (842 and gzip) to configure the RxFIFO with rx_fifo_address, lpid, pid
and tid for high and nornmal priority FIFOs.</p>
-</div>
-<div class="section" id="nx-rng-coprocessor">
+</section>
+<section id="nx-rng-coprocessor">
<h2>NX RNG Coprocessor<a class="headerlink" href="#nx-rng-coprocessor" title="Permalink to this headline">¶</a></h2>
<p>This is the Random Number Generator (RNG) coprocessor, which is a part
of each NX coprocessor. Each node represents a unique RNG coprocessor.
@@ -111,10 +111,11 @@ Its nodes are not under the main nx node, they are located at:</p>
</pre></div>
</div>
<p>Each read from the RNG register will provide a new random number.</p>
-</div>
-</div>
+</section>
+</section>
+ <div class="clearer"></div>
</div>
</div>
</div>
@@ -143,17 +144,15 @@ Its nodes are not under the main nx node, they are located at:</p>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
- <h3>Quick search</h3>
+ <h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
- <input type="text" name="q" />
+ <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
</form>
</div>
</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
+<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
@@ -170,14 +169,15 @@ Its nodes are not under the main nx node, they are located at:</p>
<li class="right" >
<a href="nvlink.html" title="Nvlink Device Tree Bindings"
>previous</a> |</li>
- <li class="nav-item nav-item-0"><a href="../index.html">skiboot d6d8386
+ <li class="nav-item nav-item-0"><a href="../index.html">skiboot e6cda17
documentation</a> &#187;</li>
- <li class="nav-item nav-item-1"><a href="index.html" >Device Tree</a> &#187;</li>
+ <li class="nav-item nav-item-1"><a href="index.html" >Device Tree</a> &#187;</li>
+ <li class="nav-item nav-item-this"><a href="">Nest (NX) Accelerator Coprocessor</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2016-2017, IBM, others.
- Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.5.
+ Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.3.2.
</div>
</body>
</html> \ No newline at end of file