Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_spi.c302 u32 burstcount, ret; in tpm_tis_spi_get_burstcount() local
309 &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()
H A Dtpm2_tis_core.c172 static int tpm_tis_get_burstcount(struct udevice *dev, size_t *burstcount) in tpm_tis_get_burstcount() argument
191 *burstcount = (burst >> 8) & 0xFFFF; in tpm_tis_get_burstcount()
192 if (*burstcount) in tpm_tis_get_burstcount()