Searched refs:DoC_Command (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddoc2000.c127 /* DoC_Command: Send a flash command to the flash chip through the CDSN Slow IO register to
131 static int DoC_Command(struct DiskOnChip *doc, unsigned char command, function
323 if (DoC_Command(doc, NAND_CMD_RESET, CDSN_CTRL_WP)) {
325 "DoC_Command (reset) for %d,%d returned true\n",
332 if (DoC_Command(doc, NAND_CMD_READID, CDSN_CTRL_WP)) {
334 "DoC_Command (ReadID) for %d,%d returned true\n",
651 DoC_Command(this,
667 DoC_Command(this, NAND_CMD_READ0, CDSN_CTRL_WP);
799 DoC_Command(this, NAND_CMD_RESET, CDSN_CTRL_WP);
800 DoC_Command(thi
[all...]
H A Ddoc2001plus.c107 /* DoC_Command: Send a flash command to the flash chip through the Flash
110 static void DoC_Command(void __iomem * docptr, unsigned char command, function
280 DoC_Command(docptr, NAND_CMD_RESET, 0);
284 DoC_Command(docptr, NAND_CMD_READID, 0);
542 DoC_Command(docptr, NAND_CMD_RESET, 0);
546 DoC_Command(docptr, DoC_GetDataOffset(mtd, &fofs), 0);
664 DoC_Command(docptr, NAND_CMD_RESET, 0);
676 DoC_Command(docptr, NAND_CMD_SEQIN, 0x00);
724 DoC_Command(docptr, NAND_CMD_PAGEPROG, 0x00);
729 DoC_Command(docpt
[all...]
H A Ddoc2001.c91 /* DoC_Command: Send a flash command to the flash chip through the CDSN IO register
95 static void DoC_Command(void __iomem * docptr, unsigned char command, function
183 DoC_Command(doc->virtadr, NAND_CMD_RESET, CDSN_CTRL_WP);
187 DoC_Command(doc->virtadr, NAND_CMD_READID, CDSN_CTRL_WP);
412 DoC_Command(docptr, (from >> 8) & 1, CDSN_CTRL_WP);
521 DoC_Command(docptr, NAND_CMD_RESET, 0x00);
524 DoC_Command(docptr, NAND_CMD_READ0, 0x00);
527 DoC_Command(docptr, NAND_CMD_SEQIN, 0x00);
586 DoC_Command(docptr, NAND_CMD_PAGEPROG, 0x00);
591 DoC_Command(docpt
[all...]

Completed in 121 milliseconds