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.c410 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
419 empty2 = data_buf[175]; in erased_chunk_check_and_fixup()
425 if ((empty1 == 0x54 && empty2 == 0xff) || in erased_chunk_check_and_fixup()
426 (empty1 == 0xff && empty2 == 0x54)) { in erased_chunk_check_and_fixup()
437 data_buf[175] = empty2; in erased_chunk_check_and_fixup()