Searched refs:nvram_header (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm47xx/
H A Dnvram.c29 struct nvram_header *header;
40 header = (struct nvram_header *)
48 header = (struct nvram_header *) KSEG1ADDR(base + 4096);
52 header = (struct nvram_header *) KSEG1ADDR(base + 1024);
61 for (i = 0; i < sizeof(struct nvram_header); i += 4)
78 var = &nvram_buf[sizeof(struct nvram_header)];
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnvram_rw.c50 extern int _nvram_commit(struct nvram_header *header);
54 static struct nvram_header *nvram_header = NULL; variable in typeref:struct:nvram_header
62 static struct nvram_header *devinfo_nvram_header = NULL;
184 static struct nvram_header *
206 return (struct nvram_header *)nand_nvh;
215 static struct nvram_header *
218 struct nvram_header *nvh;
264 nvh = (struct nvram_header *)OSL_UNCACHED(flbase + off);
280 nvh = (struct nvram_header *)
[all...]
H A Dnvram.c39 int _nvram_commit(struct nvram_header *header);
42 uint8 nvram_calc_crc(struct nvram_header *nvh);
114 BCMINITFN(nvram_rehash)(struct nvram_header *header)
280 BCMINITFN(_nvram_commit)(struct nvram_header *header)
314 ptr = (char *) header + sizeof(struct nvram_header);
315 bzero(ptr, nvram_space - sizeof(struct nvram_header));
346 struct nvram_header *header;
350 if (!(header = (struct nvram_header *) MALLOC(si_osh(sih), MAX_NVRAM_SPACE))) {
379 BCMINITFN(nvram_calc_crc)(struct nvram_header *nvh)
381 struct nvram_header tm
[all...]
H A Dload.c315 struct nvram_header *nvh = NULL;
334 nvh = (struct nvram_header *)(flbase + off - MAX_NVRAM_SPACE);
342 nvh = (struct nvram_header *)(flbase + 1024);
H A Daisdram-ca9.c1108 struct nvram_header *nvh = NULL;
1190 nvh = (struct nvram_header *)(flbase + off - MAX_NVRAM_SPACE);
1201 nvh = (struct nvram_header *)(flbase + 1024);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-bcm47xx/
H A Dnvram.h17 struct nvram_header { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c87 struct nvram_header *header;
99 header = (struct nvram_header *)ram_nvram_buf;
154 header = (struct nvram_header *) KSEG1ADDR(base + off);
167 header = (struct nvram_header *) KSEG1ADDR(base + off - NVRAM_SPACE);
177 header = (struct nvram_header *) KSEG1ADDR(base + 4 KB);
183 header = (struct nvram_header *) KSEG1ADDR(base + 1 KB);
194 for (i = 0; i < sizeof(struct nvram_header); i += 4)
222 var = &nvram_buf[sizeof(struct nvram_header)];
255 var = &nvram_buf[sizeof(struct nvram_header)];
272 extern int _nvram_commit(struct nvram_header *heade
[all...]
H A Dprom.c214 struct nvram_header *header;
311 header = (struct nvram_header *)(KSEG0ADDR(mem - NVRAM_SPACE));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dnvram.h16 #define NVRAM_HEADER_LEN 16 /* sizeof(struct nvram_header) */
53 struct nvram_header { struct
66 struct nvram_header header;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dnvram_linux.c92 static struct nvram_header *
114 return (struct nvram_header *)nflash_nvh;
125 struct nvram_header *header;
139 header = (struct nvram_header *)ram_nvram_buf;
158 header = (struct nvram_header *)(flash_base + off);
188 header = (struct nvram_header *)(flash_base + off - nvram_space);
202 header = (struct nvram_header *)(flash_base + 4 KB);
208 header = (struct nvram_header *)(flash_base + 1 KB);
219 for (i = 0; i < sizeof(struct nvram_header); i += 4)
251 var = &nvram_buf[sizeof(struct nvram_header)];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmnvram.h29 struct nvram_header { struct
229 uint8 nvram_calc_crc(struct nvram_header * nvh);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/nvram/
H A Dmain.c91 size = sizeof(struct nvram_header) + (int) name - (int) buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dnvram_64.c217 static unsigned char __init nvram_checksum(struct nvram_header *p)
461 struct nvram_header phead;

Completed in 94 milliseconds