Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dnvram.h24 #define NVRAM_SIG_FREE 0x7f /* Free space */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dnvram_64.c282 part->header.signature = NVRAM_SIG_FREE; in nvram_remove_partition()
295 if (part->header.signature != NVRAM_SIG_FREE) { in nvram_remove_partition()
359 if (part->header.signature != NVRAM_SIG_FREE) in nvram_create_partition()