Lines Matching refs:NVRAM_SPACE
23 #define NVRAM_SPACE 0x10000 macro
37 static char nvram_buf[NVRAM_SPACE];
84 size = NVRAM_SPACE; in nvram_find_and_copy()
90 size = NVRAM_SPACE; in nvram_find_and_copy()
108 if (nvram_len >= NVRAM_SPACE) { in nvram_find_and_copy()
110 header->len, NVRAM_SPACE - 1); in nvram_find_and_copy()
111 nvram_len = NVRAM_SPACE - 1; in nvram_find_and_copy()
116 nvram_buf[NVRAM_SPACE - 1] = '\0'; in nvram_find_and_copy()
160 if (nvram_len >= NVRAM_SPACE) { in nvram_init()
162 header.len, NVRAM_SPACE); in nvram_init()
163 nvram_len = NVRAM_SPACE - 1; in nvram_init()