Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1401 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
1409 empty1 = data_buf[3]; 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()
1427 data_buf[3] = empty1; in erased_chunk_check_and_fixup()