/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * (C) Copyright TOSHIBA CORPORATION 2007 */ #ifndef __ASM_TXX9_NDFMC_H #define __ASM_TXX9_NDFMC_H #define NDFMC_PLAT_FLAG_USE_BSPRT 0x01 #define NDFMC_PLAT_FLAG_NO_RSTR 0x02 #define NDFMC_PLAT_FLAG_HOLDADD 0x04 #define NDFMC_PLAT_FLAG_DUMMYWRITE 0x08 struct txx9ndfmc_platform_data { unsigned int shift; unsigned int gbus_clock; unsigned int hold; /* hold time in nanosecond */ unsigned int spw; /* strobe pulse width in nanosecond */ unsigned int flags; unsigned char ch_mask; /* available channel bitmask */ unsigned char wp_mask; /* write-protect bitmask */ unsigned char wide_mask; /* 16bit-nand bitmask */ }; void txx9_ndfmc_init(unsigned long baseaddr, const struct txx9ndfmc_platform_data *plat_data); #endif /* __ASM_TXX9_NDFMC_H */
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
boards.h | File | 309 B | 0644 |
|
dmac.h | File | 1.29 KB | 0644 |
|
generic.h | File | 2.76 KB | 0644 |
|
jmr3927.h | File | 6.84 KB | 0644 |
|
ndfmc.h | File | 961 B | 0644 |
|
pci.h | File | 1.12 KB | 0644 |
|
rbtx4927.h | File | 3.82 KB | 0644 |
|
rbtx4938.h | File | 6.78 KB | 0644 |
|
rbtx4939.h | File | 6.22 KB | 0644 |
|
smsc_fdc37m81x.h | File | 2.09 KB | 0644 |
|
spi.h | File | 907 B | 0644 |
|
tx3927.h | File | 10.8 KB | 0644 |
|
tx4927.h | File | 9.04 KB | 0644 |
|
tx4927pcic.h | File | 6.38 KB | 0644 |
|
tx4938.h | File | 10.73 KB | 0644 |
|
tx4939.h | File | 18.5 KB | 0644 |
|