Home
last modified time | relevance | path

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

/drivers/char/tpm/
Dtpm_tis.c147 int burstcnt; in get_burstcount() local
153 burstcnt = ioread8(chip->vendor.iobase + in get_burstcount()
155 burstcnt += ioread8(chip->vendor.iobase + in get_burstcount()
158 if (burstcnt) in get_burstcount()
159 return burstcnt; in get_burstcount()
198 int size = 0, burstcnt; in recv_data() local
205 burstcnt = get_burstcount(chip); in recv_data()
206 for (; burstcnt > 0 && size < count; burstcnt--) in recv_data()
267 int rc, status, burstcnt; in tpm_tis_send() local
286 burstcnt = get_burstcount(chip); in tpm_tis_send()
[all …]