Searched refs:nvram_buf (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/mips/bcm47xx/ |
D | nvram.c | 24 static char nvram_buf[NVRAM_SPACE]; variable 82 dst = (u32 *) nvram_buf; in early_nvram_init() 96 if (!nvram_buf[0]) in nvram_getenv() 100 var = &nvram_buf[sizeof(struct nvram_header)]; in nvram_getenv() 101 end = nvram_buf + sizeof(nvram_buf) - 2; in nvram_getenv()
|
/linux-3.4.99/arch/powerpc/platforms/chrp/ |
D | nvram.c | 23 static unsigned char nvram_buf[4]; variable 39 __pa(nvram_buf), 1) != 0) || 1 != done) in chrp_nvram_read() 42 ret = nvram_buf[0]; in chrp_nvram_read() 59 nvram_buf[0] = val; in chrp_nvram_write() 61 __pa(nvram_buf), 1) != 0) || 1 != done) in chrp_nvram_write()
|
/linux-3.4.99/arch/powerpc/platforms/pseries/ |
D | nvram.c | 34 static char nvram_buf[NVRW_CNT]; /* assume this is in the first 4GB */ variable 145 if ((rtas_call(nvram_fetch, 3, 2, &done, i, __pa(nvram_buf), in pSeries_nvram_read() 151 memcpy(p, nvram_buf, len); in pSeries_nvram_read() 188 memcpy(nvram_buf, p, len); in pSeries_nvram_write() 190 if ((rtas_call(nvram_store, 3, 2, &done, i, __pa(nvram_buf), in pSeries_nvram_write()
|