Searched refs:NAND_CMD_PAGEPROG (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/linux/mtd/ |
D | nand.h | 74 #define NAND_CMD_PAGEPROG 0x10 macro
|
/linux-2.4.37.9/drivers/mtd/devices/ |
D | doc2000.c | 819 DoC_Command(this, NAND_CMD_PAGEPROG, 0); in doc_write_ecc() 872 DoC_Command(this, NAND_CMD_PAGEPROG, 0); in doc_write_ecc() 1024 DoC_Command(this, NAND_CMD_PAGEPROG, 0); in doc_write_oob_nolock() 1043 DoC_Command(this, NAND_CMD_PAGEPROG, 0); in doc_write_oob_nolock()
|
D | doc2001.c | 644 DoC_Command(docptr, NAND_CMD_PAGEPROG, 0x00); in doc_write_ecc() 769 DoC_Command(docptr, NAND_CMD_PAGEPROG, 0x00); in doc_write_oob()
|
/linux-2.4.37.9/drivers/mtd/nand/ |
D | nand.c | 237 case NAND_CMD_PAGEPROG: in nand_command() 467 this->cmdfunc (mtd, NAND_CMD_PAGEPROG, -1, -1); in nand_write_page() 928 this->cmdfunc (mtd, NAND_CMD_PAGEPROG, -1, -1); in nand_write_oob()
|