-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 142302 b: refs/heads/master c: a591f5d h: refs/heads/master v: v3
- Loading branch information
Atsushi Nemoto
authored and
David Woodhouse
committed
Mar 20, 2009
1 parent
438205d
commit 2449623
Showing
9 changed files
with
99 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: fc371a25eab8816d49c2d322d91b48a11e206018 | ||
refs/heads/master: a591f5d35e89be90c04830d7de01c276af68aeb7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* | ||
* 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 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters