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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dload.c252 int inoff; local
254 inoff = ((ulong)text_end - (ulong)text_start) + ((ulong)input_data - (ulong)data_start);
256 inbase = OSL_UNCACHED(SI_FLASH2 + inoff);
258 inbase = OSL_CACHED(SI_FLASH2 + inoff);
262 int inoff; local
265 inoff = (ulong)input_data - (ulong)text_start;
268 inbase = (uint32 *)(SI_NS_NANDFLASH + inoff);
270 inbase = (uint32 *)(SI_NS_NORFLASH + inoff);

Completed in 54 milliseconds