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

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/bmi/
H A Dbmi.c143 A_UINT32 remaining, rxlen; local
158 remaining = length;
160 while (remaining)
162 rxlen = (remaining < BMI_DATASZ_MAX) ? remaining : BMI_DATASZ_MAX;
181 A_MEMCPY(&buffer[length - remaining], data, rxlen);
182 remaining -= rxlen; address += rxlen;
198 A_UINT32 remaining, txlen; local
214 remaining = length;
215 while (remaining)
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/drivers/watchdog/
H A Dubi32_wdt.c84 * Return the approximate number of seconds remaining
397 int remaining = 0; local
400 remaining = ubi32_wdt_remaining();
402 return put_user(remaining, p);
/netgear-R7800-V1.0.2.28/package/base-files/files/etc/init.d/
H A Dnet-lan24 remaining yes
/netgear-R7800-V1.0.2.28/package/swconfig/src/
H A Dswlib.c167 int remaining; local
172 nla_for_each_nested(p, nla, remaining) {
/netgear-R7800-V1.0.2.28/docs/
H A Ddebugging.tex30 technique you can determine the remaining pins like this.

Completed in 93 milliseconds