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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm_tis.c145 int burstcnt; local
151 burstcnt = ioread8(chip->vendor.iobase +
153 burstcnt += ioread8(chip->vendor.iobase +
156 if (burstcnt)
157 return burstcnt;
196 int size = 0, burstcnt; local
203 burstcnt = get_burstcount(chip);
204 for (; burstcnt > 0 && size < count; burstcnt--)
265 int rc, status, burstcnt; local
[all...]

Completed in 56 milliseconds