Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c19 #define NVRAM_SPACE 0x10000 macro
33 static char nvram_buf[NVRAM_SPACE];
58 if (copy_size >= NVRAM_SPACE) { in bcm47xx_nvram_copy()
60 copy_size, NVRAM_SPACE - 1); in bcm47xx_nvram_copy()
61 copy_size = NVRAM_SPACE - 1; in bcm47xx_nvram_copy()
65 nvram_buf[NVRAM_SPACE - 1] = '\0'; in bcm47xx_nvram_copy()
170 if (nvram_len >= NVRAM_SPACE) { in nvram_init()
172 nvram_len, NVRAM_SPACE); in nvram_init()
173 nvram_len = NVRAM_SPACE - 1; in nvram_init()