Searched refs:burstcount (Results 1 – 2 of 2) sorted by relevance
302 u32 burstcount, ret; in tpm_tis_spi_get_burstcount() local309 &burstcount); in tpm_tis_spi_get_burstcount()313 burstcount = (burstcount >> 8) & 0xFFFF; in tpm_tis_spi_get_burstcount()314 if (burstcount) in tpm_tis_spi_get_burstcount()315 return burstcount; in tpm_tis_spi_get_burstcount()
172 static int tpm_tis_get_burstcount(struct udevice *dev, size_t *burstcount) in tpm_tis_get_burstcount() argument191 *burstcount = (burst >> 8) & 0xFFFF; in tpm_tis_get_burstcount()192 if (*burstcount) in tpm_tis_get_burstcount()