Lines Matching refs:fingerprint
1807 static const char *fingerprint = "STMP";
1826 * Loop through the first search area, looking for the NCB fingerprint.
1828 dev_dbg(dev, "Scanning for an NCB fingerprint...\n");
1834 dev_dbg(dev, "Looking for a fingerprint in page 0x%x\n", page);
1837 * Read the NCB fingerprint. The fingerprint is four bytes long
1841 strlen(fingerprint));
1845 /* Look for the fingerprint. */
1846 if (!memcmp(buffer, fingerprint, strlen(fingerprint))) {
1856 dev_dbg(dev, "\tFound a fingerprint\n");
1858 dev_dbg(dev, "\tNo fingerprint found\n");
1906 /* Write the NCB fingerprint into the page buffer. */
1908 memcpy(buffer + 12, fingerprint, strlen(fingerprint));
1917 dev_dbg(dev, "Writing an NCB fingerprint in page 0x%x\n", page);