Home
last modified time | relevance | path

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

/Linux-v4.19/tools/build/tests/ex/
DBuild6 ex-y += empty2/
/Linux-v4.19/arch/s390/include/asm/
Dprocessor.h173 unsigned int empty2[8]; member
178 unsigned int empty2[8]; member
/Linux-v4.19/drivers/mtd/nand/raw/
Dqcom_nandc.c1532 u8 empty1, empty2; in erased_chunk_check_and_fixup() local
1541 empty2 = data_buf[175]; in erased_chunk_check_and_fixup()
1547 if ((empty1 == 0x54 && empty2 == 0xff) || in erased_chunk_check_and_fixup()
1548 (empty1 == 0xff && empty2 == 0x54)) { in erased_chunk_check_and_fixup()
1559 data_buf[175] = empty2; in erased_chunk_check_and_fixup()