![]() |
|
|||
0001 /* 0002 * This file is licensed under the terms of the GNU General Public 0003 * License version 2. This program is licensed "as is" without any 0004 * warranty of any kind, whether express or implied. 0005 */ 0006 0007 #ifndef __MTD_ORION_NAND_H 0008 #define __MTD_ORION_NAND_H 0009 0010 /* 0011 * Device bus NAND private data 0012 */ 0013 struct orion_nand_data { 0014 struct mtd_partition *parts; 0015 u32 nr_parts; 0016 u8 ale; /* address line number connected to ALE */ 0017 u8 cle; /* address line number connected to CLE */ 0018 u8 width; /* buswidth */ 0019 u8 chip_delay; 0020 }; 0021 0022 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |