Lines Matching refs:burstcnt
247 int burstcnt; in get_burstcount() local
253 burstcnt = ioread8(chip->vendor.iobase + in get_burstcount()
255 burstcnt += ioread8(chip->vendor.iobase + in get_burstcount()
258 if (burstcnt) in get_burstcount()
259 return burstcnt; in get_burstcount()
267 int size = 0, burstcnt; in recv_data() local
274 burstcnt = get_burstcount(chip); in recv_data()
275 for (; burstcnt > 0 && size < count; burstcnt--) in recv_data()
340 int rc, status, burstcnt; in tpm_tis_send_data() local
358 burstcnt = get_burstcount(chip); in tpm_tis_send_data()
359 for (; burstcnt > 0 && count < len - 1; burstcnt--) { in tpm_tis_send_data()