Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c19 #define NVRAM_SPACE 0x10000 macro
33 static char nvram_buf[NVRAM_SPACE];
78 size = NVRAM_SPACE; in nvram_find_and_copy()
84 size = NVRAM_SPACE; in nvram_find_and_copy()
98 if (nvram_len >= NVRAM_SPACE) { in nvram_find_and_copy()
100 nvram_len, NVRAM_SPACE - 1); in nvram_find_and_copy()
101 nvram_len = NVRAM_SPACE - 1; in nvram_find_and_copy()
106 nvram_buf[NVRAM_SPACE - 1] = '\0'; in nvram_find_and_copy()
150 if (nvram_len >= NVRAM_SPACE) { in nvram_init()
152 nvram_len, NVRAM_SPACE); in nvram_init()
[all...]
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds