Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dstacktrace.h54 unsigned int empty2[8]; member
59 unsigned int empty2[8]; member
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1524 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
1533 empty2 = data_buf[175]; in erased_chunk_check_and_fixup()
1539 if ((empty1 == 0x54 && empty2 == 0xff) || in erased_chunk_check_and_fixup()
1540 (empty1 == 0xff && empty2 == 0x54)) { in erased_chunk_check_and_fixup()
1551 data_buf[175] = empty2; in erased_chunk_check_and_fixup()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1401 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
1410 empty2 = data_buf[175]; in erased_chunk_check_and_fixup()
1416 if ((empty1 == 0x54 && empty2 == 0xff) || in erased_chunk_check_and_fixup()
1417 (empty1 == 0xff && empty2 == 0x54)) { in erased_chunk_check_and_fixup()
1428 data_buf[175] = empty2; in erased_chunk_check_and_fixup()

Completed in 10 milliseconds