Skip to content

Commit

Permalink
[MTD] [OneNAND] Add defines for HF and sync write
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Adrian Hunter authored and David Woodhouse committed Aug 1, 2008
1 parent 34a8244 commit feb2f55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/mtd/onenand_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@
#define ONENAND_SYS_CFG1_INT (1 << 6)
#define ONENAND_SYS_CFG1_IOBE (1 << 5)
#define ONENAND_SYS_CFG1_RDY_CONF (1 << 4)
#define ONENAND_SYS_CFG1_HF (1 << 2)
#define ONENAND_SYS_CFG1_SYNC_WRITE (1 << 1)

/*
* Controller Status Register F240h (R)
Expand Down

0 comments on commit feb2f55

Please sign in to comment.