Home
last modified time | relevance | path

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

/linux/tools/build/tests/ex/
H A DBuild6 ex-y += empty2/
/linux/arch/s390/include/asm/
H A Dstacktrace.h13 unsigned long empty2[4]; member
/linux/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()