Skip to content
Snippets Groups Projects
Commit 1ce7084a authored by Florian Fainelli's avatar Florian Fainelli Committed by Scott Wood
Browse files

NAND: add NAND_CMD_PARAM (0xec) definition


This command is used to read the device ONFI parameters page.

Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>
parent 41c86240
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ extern void nand_wait_ready(struct mtd_info *mtd); ...@@ -84,6 +84,7 @@ extern void nand_wait_ready(struct mtd_info *mtd);
#define NAND_CMD_SEQIN 0x80 #define NAND_CMD_SEQIN 0x80
#define NAND_CMD_RNDIN 0x85 #define NAND_CMD_RNDIN 0x85
#define NAND_CMD_READID 0x90 #define NAND_CMD_READID 0x90
#define NAND_CMD_PARAM 0xec
#define NAND_CMD_ERASE2 0xd0 #define NAND_CMD_ERASE2 0xd0
#define NAND_CMD_RESET 0xff #define NAND_CMD_RESET 0xff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment