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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dccsflash.c39 static int ccsflash_poll(hndsflash_t *sfl, uint offset);
86 ccsflash.poll = ccsflash_poll;
320 ccsflash_poll(hndsflash_t *sfl, uint offset) function
412 if (!ccsflash_poll(sfl, off)) {
433 if (!ccsflash_poll(sfl, off)) {
455 if (ccsflash_poll(sfl, off) == 0) {
480 if (ccsflash_poll(sfl, off) == 0) {
509 SPINWAIT(ccsflash_poll(sfl, off), 1000);
510 ASSERT(!ccsflash_poll(sfl, off));
632 while (ccsflash_poll(sf
[all...]

Completed in 76 milliseconds