Home
last modified time | relevance | path

Searched refs:empty1 (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/mtd/nand/raw/
Dqcom_nandc.c1666 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
1674 empty1 = data_buf[3]; in erased_chunk_check_and_fixup()
1681 if ((empty1 == 0x54 && empty2 == 0xff) || in erased_chunk_check_and_fixup()
1682 (empty1 == 0xff && empty2 == 0x54)) { in erased_chunk_check_and_fixup()
1692 data_buf[3] = empty1; in erased_chunk_check_and_fixup()