1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>nand_command_lp</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="MTD NAND Driver Programming Interface"><link rel="up" href="intfunctions.html" title="Chapter&#160;11.&#160;Internal Functions Provided"><link rel="prev" href="API-nand-command.html" title="nand_command"><link rel="next" href="API-panic-nand-get-device.html" title="panic_nand_get_device"></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">nand_command_lp</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-nand-command.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;11.&#160;Internal Functions Provided</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-panic-nand-get-device.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-nand-command-lp"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>nand_command_lp &#8212; 
2     [DEFAULT] Send command to NAND large page device
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">void <b class="fsfunc">nand_command_lp </b>(</code></td><td>struct mtd_info * <var class="pdparam">mtd</var>, </td></tr><tr><td>&#160;</td><td>unsigned int <var class="pdparam">command</var>, </td></tr><tr><td>&#160;</td><td>int <var class="pdparam">column</var>, </td></tr><tr><td>&#160;</td><td>int <var class="pdparam">page_addr</var><code>)</code>;</td></tr></table><div class="funcprototype-spacer">&#160;</div></div></div><div class="refsect1"><a name="idp1103007196"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>mtd</code></em></span></dt><dd><p>
4     MTD device structure
5    </p></dd><dt><span class="term"><em class="parameter"><code>command</code></em></span></dt><dd><p>
6     the command to be sent
7    </p></dd><dt><span class="term"><em class="parameter"><code>column</code></em></span></dt><dd><p>
8     the column address for this command, -1 if none
9    </p></dd><dt><span class="term"><em class="parameter"><code>page_addr</code></em></span></dt><dd><p>
10     the page address for this command, -1 if none
11    </p></dd></dl></div></div><div class="refsect1"><a name="idp1103011788"></a><h2>Description</h2><p>
12   Send command to NAND device. This is the version for the new large page
13   devices. We don't have the separate regions as we have in the small page
14   devices. We must emulate NAND_CMD_READOOB to keep the code compatible.
15</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-nand-command.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="intfunctions.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-panic-nand-get-device.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">nand_command</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">panic_nand_get_device</span></td></tr></table></div></body></html>
16