Searched refs:flbase (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnvram_rw.c220 uint32 flbase = SI_FLASH2; local
235 flbase = nfl_info->phybase;
244 flbase = sfl_info->phybase;
249 flbase = SI_NS_NORFLASH;
264 nvh = (struct nvram_header *)OSL_UNCACHED(flbase + off);
281 OSL_UNCACHED(flbase + off - MAX_NVRAM_SPACE);
303 nvh = (struct nvram_header *)OSL_UNCACHED(flbase + (4 * 1024));
306 nvh = (struct nvram_header *)OSL_UNCACHED(flbase + 1024);
H A Dload.c316 uintptr flbase; local
331 flbase = (uintptr)OSL_UNCACHED((void *)SI_FLASH2);
334 nvh = (struct nvram_header *)(flbase + off - MAX_NVRAM_SPACE);
342 nvh = (struct nvram_header *)(flbase + 1024);
H A Daisdram-ca9.c1109 uintptr flbase; local
1180 flbase = SI_NS_NANDFLASH;
1187 flbase = SI_NS_NORFLASH;
1190 nvh = (struct nvram_header *)(flbase + off - MAX_NVRAM_SPACE);
1201 nvh = (struct nvram_header *)(flbase + 1024);

Completed in 81 milliseconds