Home
last modified time | relevance | path

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

/arch/mips/bcm47xx/
Dnvram.c24 static char nvram_buf[NVRAM_SPACE];
66 size = NVRAM_SPACE; in nvram_find_and_copy()
72 size = NVRAM_SPACE; in nvram_find_and_copy()
83 if (header->len > NVRAM_SPACE) in nvram_find_and_copy()
85 header->len, NVRAM_SPACE); in nvram_find_and_copy()
91 for (; i < header->len && i < NVRAM_SPACE && i < size; i += 4) in nvram_find_and_copy()
93 memset(dst, 0x0, NVRAM_SPACE - i); in nvram_find_and_copy()
/arch/mips/include/asm/mach-bcm47xx/
Dbcm47xx_nvram.h28 #define NVRAM_SPACE 0x8000 macro