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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/mvHal/mv_hal/sflash/
H A DmvSFlash.c65 #include "sflash/mvSFlash.h"
66 #include "sflash/mvSFlashSpec.h"
79 static MV_SFLASH_DEVICE_PARAMS sflash[] = { variable
224 cmd[0] = sflash[pFlinfo->index].opcdWREN;
245 cmd[0] = sflash[pFlinfo->index].opcdRDSR;
328 cmd[0] = sflash[pFlinfo->index].opcdWRSR;
358 if (pFlinfo->index >= MV_ARRAY_SIZE(sflash))
365 if (((offset & (sflash[pFlinfo->index].pageSize - 1)) + buffSize) >
366 sflash[pFlinfo->index].pageSize)
376 cmd[0] = sflash[pFlinf
[all...]

Completed in 20 milliseconds