Home
last modified time | relevance | path

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

/Linux-v6.1/tools/build/tests/ex/
DBuild6 ex-y += empty2/
/Linux-v6.1/drivers/mtd/nand/raw/
Dqcom_nandc.c1666 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
1675 empty2 = data_buf[175]; 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()
1693 data_buf[175] = empty2; in erased_chunk_check_and_fixup()