Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dstacktrace.h11 unsigned long empty1[5]; member
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c410 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
418 empty1 = data_buf[3]; 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()
436 data_buf[3] = empty1; in erased_chunk_check_and_fixup()