Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dnvram.h25 #define NVRAM_SIG_FREE 0x7f /* Free space */ macro
/Linux-v4.19/arch/powerpc/kernel/
Dnvram_64.c938 part->header.signature = NVRAM_SIG_FREE; in nvram_remove_partition()
951 if (part->header.signature != NVRAM_SIG_FREE) { in nvram_remove_partition()
1015 if (part->header.signature != NVRAM_SIG_FREE) in nvram_create_partition()