Searched refs:burstcnt (Results 1 – 1 of 1) sorted by relevance
147 int burstcnt; in get_burstcount() local153 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() local205 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() local286 burstcnt = get_burstcount(chip); in tpm_tis_send()[all …]