Searched refs:DoC_Command (Results 1 - 3 of 3) sorted by relevance
/drivers/mtd/devices/ |
H A D | doc2000.c | 126 /* DoC_Command: Send a flash command to the flash chip through the CDSN Slow IO register to 130 static int DoC_Command(struct DiskOnChip *doc, unsigned char command, function 324 if (DoC_Command(doc, NAND_CMD_RESET, CDSN_CTRL_WP)) { 325 pr_debug("DoC_Command (reset) for %d,%d returned true\n", 332 if (DoC_Command(doc, NAND_CMD_READID, CDSN_CTRL_WP)) { 333 pr_debug("DoC_Command (ReadID) for %d,%d returned true\n", 641 DoC_Command(this, 657 DoC_Command(this, NAND_CMD_READ0, CDSN_CTRL_WP); 789 DoC_Command(this, NAND_CMD_RESET, CDSN_CTRL_WP); 790 DoC_Command(thi [all...] |
H A D | doc2001plus.c | 106 /* DoC_Command: Send a flash command to the flash chip through the Flash 109 static void DoC_Command(void __iomem * docptr, unsigned char command, function 281 DoC_Command(docptr, NAND_CMD_RESET, 0); 285 DoC_Command(docptr, NAND_CMD_READID, 0); 531 DoC_Command(docptr, NAND_CMD_RESET, 0); 535 DoC_Command(docptr, DoC_GetDataOffset(mtd, &fofs), 0); 608 DoC_Command(docptr, NAND_CMD_RESET, 0); 612 DoC_Command(docptr, DoC_GetDataOffset(mtd, &fofs), 0); 730 DoC_Command(docptr, NAND_CMD_RESET, 0); 742 DoC_Command(docpt [all...] |
H A D | doc2001.c | 90 /* DoC_Command: Send a flash command to the flash chip through the CDSN IO register 94 static void DoC_Command(void __iomem * docptr, unsigned char command, function 184 DoC_Command(doc->virtadr, NAND_CMD_RESET, CDSN_CTRL_WP); 188 DoC_Command(doc->virtadr, NAND_CMD_READID, CDSN_CTRL_WP); 407 DoC_Command(docptr, (from >> 8) & 1, CDSN_CTRL_WP); 522 DoC_Command(docptr, NAND_CMD_RESET, 0x00); 525 DoC_Command(docptr, NAND_CMD_READ0, 0x00); 528 DoC_Command(docptr, NAND_CMD_SEQIN, 0x00); 590 DoC_Command(docptr, NAND_CMD_PAGEPROG, 0x00); 595 DoC_Command(docpt [all...] |
Completed in 35 milliseconds