Searched refs:fingerprint (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c2029 static const char *fingerprint = "STMP"; variable
2048 * Loop through the first search area, looking for the NCB fingerprint.
2050 dev_dbg(dev, "Scanning for an NCB fingerprint...\n");
2056 dev_dbg(dev, "Looking for a fingerprint in page 0x%x\n", page);
2059 * Read the NCB fingerprint. The fingerprint is four bytes long
2063 strlen(fingerprint));
2067 /* Look for the fingerprint. */
2068 if (!memcmp(buffer, fingerprint, strlen(fingerprint))) {
[all...]

Completed in 171 milliseconds