Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1807 static const char *fingerprint = "STMP"; variable
1826 * Loop through the first search area, looking for the NCB fingerprint. in mx23_check_transcription_stamp()
1828 dev_dbg(dev, "Scanning for an NCB fingerprint...\n"); in mx23_check_transcription_stamp()
1834 dev_dbg(dev, "Looking for a fingerprint in page 0x%x\n", page); in mx23_check_transcription_stamp()
1837 * Read the NCB fingerprint. The fingerprint is four bytes long in mx23_check_transcription_stamp()
1841 strlen(fingerprint)); in mx23_check_transcription_stamp()
1845 /* Look for the fingerprint. */ in mx23_check_transcription_stamp()
1846 if (!memcmp(buffer, fingerprint, strlen(fingerprint))) { in mx23_check_transcription_stamp()
[all...]
/kernel/linux/linux-6.6/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. in mx23_check_transcription_stamp()
2050 dev_dbg(dev, "Scanning for an NCB fingerprint...\n"); in mx23_check_transcription_stamp()
2056 dev_dbg(dev, "Looking for a fingerprint in page 0x%x\n", page); in mx23_check_transcription_stamp()
2059 * Read the NCB fingerprint. The fingerprint is four bytes long in mx23_check_transcription_stamp()
2063 strlen(fingerprint)); in mx23_check_transcription_stamp()
2067 /* Look for the fingerprint. */ in mx23_check_transcription_stamp()
2068 if (!memcmp(buffer, fingerprint, strlen(fingerprint))) { in mx23_check_transcription_stamp()
[all...]

Completed in 7 milliseconds