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

/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Ddataflash.c183 unsigned int AddrToWrite = addr_dest; local
186 pFlash = AT91F_DataflashSelect(pFlash, &AddrToWrite);
187 if (AddrToWrite == -1)
190 return AT91F_DataFlashWrite(pFlash, (unsigned char *) addr_src, AddrToWrite, size);
199 unsigned int AddrToWrite = addr_dest; local
202 pFlash = AT91F_DataflashSelect (pFlash, &AddrToWrite);
203 if (AddrToWrite == -1)

Completed in 72 milliseconds